22 #ifndef PROM_METRIC_SAMPLE_HISOTGRAM_H 23 #define PROM_METRIC_SAMPLE_HISOTGRAM_H 25 struct prom_metric_sample_histogram;
39 #endif // PROM_METRIC_SAMPLE_HISOTGRAM_H int prom_metric_sample_histogram_observe(prom_metric_sample_histogram_t *self, double value)
Observe the double for the given prom_metric_sample_histogram_observe_t.
struct prom_metric_sample_histogram prom_metric_sample_histogram_t
A histogram metric sample.
Definition: prom_metric_sample_histogram.h:29