16 #ifndef ALICEO2_MONITORING_TAG_H 17 #define ALICEO2_MONITORING_TAG_H 32 enum class Key : unsigned short int {
51 static constexpr std::array<std::string_view, 15> TAG_KEY = {
70 enum class Value : unsigned short int {
113 static constexpr std::array<std::string_view, 39> TAG_VALUE = {{
155 static constexpr std::string_view GetValue(
const int value)
157 return TAG_VALUE[value];
164 #endif // ALICEO2_MONITORING_TAG_H
Monitoring and monitoring backends factory.
Definition: MonitoringFactory.h:28