artdaq::FileMetric | FileMetric writes metric data to a file on disk |
artdaq::GraphiteMetric | Send a metric to Graphite |
artdaq::MetricData | Small structure used to hold a metric data point before sending to the metric plugins |
artdaq::MetricManager | Handles loading metric plugins and asynchronously sending metric data to them. It is designed to be a "black hole" for metrics, taking as little time as possible so that metrics do not impact the data-taking performance |
artdaq::MetricPlugin | Defines the interface that MetricManager uses to send metric data to the various metric plugins |
artdaq::MsgFacilityMetric | A MetricPlugin class which sends metric data to MessageFacility |
artdaq::ProcFileMetric | A MetricPlugin which writes a long unsigned int metric with a given name to a given pipe |