|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Compact metadata for metrics. More...
#include <metric_types.h>

Public Member Functions | |
| metric_metadata () noexcept | |
| metric_metadata (uint32_t hash, metric_type mt, uint8_t tags=0) noexcept | |
Public Attributes | |
| uint32_t | name_hash |
| metric_type | type |
| uint8_t | tag_count |
| uint16_t | reserved |
Compact metadata for metrics.
Definition at line 78 of file metric_types.h.
|
inlinenoexcept |
Definition at line 84 of file metric_types.h.
|
inlinenoexcept |
| uint32_t kcenon::monitoring::metric_metadata::name_hash |
Definition at line 79 of file metric_types.h.
| uint16_t kcenon::monitoring::metric_metadata::reserved |
Definition at line 82 of file metric_types.h.
| uint8_t kcenon::monitoring::metric_metadata::tag_count |
Definition at line 81 of file metric_types.h.
| metric_type kcenon::monitoring::metric_metadata::type |
Definition at line 80 of file metric_types.h.