Monitoring
3.3.4
O2 Monitoring library
|
#include <string>
#include <chrono>
#include <map>
#include <regex>
#include <variant>
#include <vector>
#include "Tags.h"
Go to the source code of this file.
Classes | |
class | o2::monitoring::Metric |
Represents a metric including value, type of the value, name, timestamp and tags. More... | |
Namespaces | |
o2::monitoring | |
ALICE O2 Monitoring system. | |
Enumerations | |
enum | o2::monitoring::Verbosity : short { Prod, Info, Debug } |
Metric and Backedn verbosity. | |
enum | o2::monitoring::MetricType { INT = 0, STRING = 1, DOUBLE = 2, UINT64_T = 3 } |
Metric types. | |