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

Public Member Functions | |
| histogram_bucket (double bound=0.0, uint64_t cnt=0) noexcept | |
| bool | operator< (const histogram_bucket &other) const noexcept |
Public Attributes | |
| double | upper_bound |
| uint64_t | count |
Bucket for histogram metrics.
Definition at line 259 of file metric_types.h.
|
inlinenoexcept |
Definition at line 263 of file metric_types.h.
|
inlinenoexcept |
Definition at line 266 of file metric_types.h.
References kcenon::monitoring::other, and upper_bound.
| uint64_t kcenon::monitoring::histogram_bucket::count |
Definition at line 261 of file metric_types.h.
| double kcenon::monitoring::histogram_bucket::upper_bound |
Definition at line 260 of file metric_types.h.
Referenced by operator<().