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


Classes | |
| struct | resource_stats |
Public Member Functions | |
| system_resource_event (const resource_stats &stats) | |
| std::string | get_type_name () const override |
| Get the event type name. | |
| const resource_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 | |
| resource_stats | stats_ |
Additional Inherited Members | |
Protected Member Functions inherited from kcenon::monitoring::event_base | |
| event_base () | |
Event containing system resource metrics.
Definition at line 110 of file event_types.h.
|
inlineexplicit |
Definition at line 124 of file event_types.h.
|
inline |
Definition at line 131 of file event_types.h.
References stats_.
|
inlineoverridevirtual |
Get the event type name.
Implements kcenon::monitoring::event_base.
Definition at line 127 of file event_types.h.
|
private |
Definition at line 134 of file event_types.h.
Referenced by get_stats().