![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
Central entity in a Gaudi application that manages monitoring objects (i.e. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/MonitoringHub.h>
Classes | |
class | Entity |
Wrapper class for arbitrary monitoring objects. More... | |
struct | Sink |
Interface reporting services must implement. More... | |
Public Types | |
using | json = nlohmann::json |
Public Member Functions | |
template<typename T > | |
void | registerEntity (std::string c, std::string n, std::string t, T &ent) |
void | registerEntity (Entity ent) |
template<typename T > | |
void | removeEntity (T &ent) |
void | addSink (Sink *sink) |
void | removeSink (Sink *sink) |
Private Attributes | |
std::deque< Sink * > | m_sinks |
std::deque< Entity > | m_entities |
Central entity in a Gaudi application that manages monitoring objects (i.e.
counters, histograms, etc.).
The Gaudi::Monitoring::Hub delegates the actual reports to services implementing the Gaudi::Monitoring::Hub::Sink interface.
Definition at line 73 of file MonitoringHub.h.
using Gaudi::Monitoring::Hub::json = nlohmann::json |
Definition at line 74 of file MonitoringHub.h.
|
inline |
Definition at line 179 of file MonitoringHub.h.
|
inline |
Definition at line 166 of file MonitoringHub.h.
|
inline |
Definition at line 163 of file MonitoringHub.h.
|
inline |
Definition at line 171 of file MonitoringHub.h.
|
inline |
|
private |
Definition at line 191 of file MonitoringHub.h.
|
private |
Definition at line 190 of file MonitoringHub.h.