Monitoring  3.3.4
O2 Monitoring library
Metric.h File Reference
#include <string>
#include <chrono>
#include <map>
#include <regex>
#include <variant>
#include <vector>
#include "Tags.h"
Include dependency graph for Metric.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description