|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Information about handler execution errors. More...
#include <safe_event_dispatcher.h>

Public Attributes | |
| uint64_t | handler_id |
| std::string | error_message |
| std::type_index | event_type |
| std::chrono::steady_clock::time_point | timestamp |
Information about handler execution errors.
Definition at line 26 of file safe_event_dispatcher.h.
| std::string kcenon::monitoring::handler_error_info::error_message |
Definition at line 28 of file safe_event_dispatcher.h.
| std::type_index kcenon::monitoring::handler_error_info::event_type |
Definition at line 29 of file safe_event_dispatcher.h.
| uint64_t kcenon::monitoring::handler_error_info::handler_id |
Definition at line 27 of file safe_event_dispatcher.h.
| std::chrono::steady_clock::time_point kcenon::monitoring::handler_error_info::timestamp |
Definition at line 30 of file safe_event_dispatcher.h.