| prometheus-client-c
    0.1.1
    Prometheus client for the C programming language | 
Functions for interacting with histogram metric samples directly. More...

Go to the source code of this file.
| Typedefs | |
| typedef struct prom_metric_sample_histogram | prom_metric_sample_histogram_t | 
| A histogram metric sample. | |
| Functions | |
| 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.  More... | |
Functions for interacting with histogram metric samples directly.
| 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.
| self | The target prom_metric_sample_histogram_t* | 
| value | The value to observe. | 
 1.8.13
 1.8.13