struct pms_histogram pms_histogram_t
A histogram metric sample.
Definition prom_metric_sample_histogram.h:30
int pms_histogram_observe(pms_histogram_t *self, double value)
Find the bucket for the given value in the given prom sample metric histogram and increment the sampl...