Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
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.