16 #ifndef ALICEO2_MONITORING_CORE_DERIVED_METRICS_H 17 #define ALICEO2_MONITORING_CORE_DERIVED_METRICS_H 19 #include <unordered_map> 51 std::unordered_map<std::string, Metric>
mStorage;
61 #endif // ALICEO2_MONITORING_CORE_DERIVED_METRICS_H
DerivedMetricMode
Available derived metric modes.
Definition: DerivedMetrics.h:33
Enables Calculation of derived metrics.
Definition: DerivedMetrics.h:41
Represents a metric including value, type of the value, name, timestamp and tags. ...
Definition: Metric.h:37
std::unordered_map< std::string, Metric > mStorage
Metrics store necessary for derived metrics.
Definition: DerivedMetrics.h:51