Source code for epicsarchiver.statistics.reports
"""Reports for the statistics module."""
[docs]
REPORT_CSV_HEADINGS = [
"IOC Name",
"IOC hostname",
"PV name",
"Statistic",
"Statistic Note",
]
"""Reports for the statistics module."""
[docs]
REPORT_CSV_HEADINGS = [
"IOC Name",
"IOC hostname",
"PV name",
"Statistic",
"Statistic Note",
]