![]() |
Zephyr API 3.6.99
|
Prometheus histogram bucket definition. More...
#include <histogram.h>
Data Fields | |
| double | upper_bound |
| Upper bound value of bucket. | |
| unsigned long | count |
| Cumulative count of observations in the bucket. | |
Prometheus histogram bucket definition.
This structure defines a Prometheus histogram bucket.
| unsigned long prometheus_histogram_bucket::count |
Cumulative count of observations in the bucket.
| double prometheus_histogram_bucket::upper_bound |
Upper bound value of bucket.