|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Event containing logging system metrics. More...
#include <event_types.h>


Classes | |
| struct | logging_stats |
Public Member Functions | |
| logging_metric_event (const std::string &logger_name, const logging_stats &stats) | |
| std::string | get_type_name () const override |
| Get the event type name. | |
| const std::string & | get_logger_name () const |
| const logging_stats & | get_stats () const |
Public Member Functions inherited from kcenon::monitoring::event_base | |
| virtual | ~event_base ()=default |
| std::chrono::steady_clock::time_point | get_timestamp () const |
| Get timestamp when event was created. | |
| uint64_t | get_id () const |
| Get unique event ID. | |
Private Attributes | |
| std::string | logger_name_ |
| logging_stats | stats_ |
Additional Inherited Members | |
Protected Member Functions inherited from kcenon::monitoring::event_base | |
| event_base () | |
Event containing logging system metrics.
Definition at line 79 of file event_types.h.
|
inline |
Definition at line 91 of file event_types.h.
|
inline |
Definition at line 98 of file event_types.h.
References logger_name_.
|
inline |
Definition at line 99 of file event_types.h.
References stats_.
|
inlineoverridevirtual |
Get the event type name.
Implements kcenon::monitoring::event_base.
Definition at line 94 of file event_types.h.
|
private |
Definition at line 102 of file event_types.h.
Referenced by get_logger_name().
|
private |
Definition at line 103 of file event_types.h.
Referenced by get_stats().