16 #ifndef ALICEO2_MONITORING_BACKENDS_NOOP_H 17 #define ALICEO2_MONITORING_BACKENDS_NOOP_H 43 void send(std::vector<Metric>&& ) final {}
57 #endif // ALICEO2_MONITORING_BACKENDS_NOOP_H void addGlobalTag(std::string_view, std::string_view) final
Definition: Noop.h:50
Backend pure virtual interface.
Definition: Backend.h:33
Represents a metric including value, type of the value, name, timestamp and tags. ...
Definition: Metric.h:37
Noop()=default
Constructs backend.
void send(std::vector< Metric > &&) final
@param metrics vector of metrics
Definition: Noop.h:43
~Noop()=default
Default destructor.
No-op backend.
Definition: Noop.h:33
void send(const Metric &) final
Definition: Noop.h:46