#include "RelationalAccess/IMonitoringService.h"
#include "RelationalAccess/IMonitoringReporter.h"
#include "CoralCommon/MonitoringReportTypes.h"
#include "CoralCommon/MonitoringEvent.h"
#include "CoralKernel/Service.h"
#include <string>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | cond::SessionMonitor |
The session related book-keeping of monitored events. More... | |
class | cond::SQLMonitoringService |
Namespaces | |
cond | |
coral | |
Typedefs | |
typedef std::vector < coral::monitor::Event::Record > | cond::EventStream |
The raw stream of recorder monitoring events. More... | |
typedef std::map< std::string, SessionMonitor > | cond::Repository |