libprom
@VERSION@
C based libraries to expose metrics in Promtheus exposition format
|
▼ prom | |
▼ include | |
prom.h | |
prom_alloc.h | Memory management |
prom_collector.h | A prom_collector is used to collect metrics |
prom_collector_registry.h | The collector registry registers collectors for metric exposition |
prom_counter.h | Https://prometheus.io/docs/concepts/metric_types/#counter |
prom_gauge.h | Https://prometheus.io/docs/concepts/metric_types/#gauge |
prom_histogram.h | Https://prometheus.io/docs/concepts/metric_types/#histogram |
prom_histogram_buckets.h | Https://prometheus.io/docs/concepts/metric_types/#histogram |
prom_linked_list.h | |
prom_log.h | Logging |
prom_map.h | |
prom_metric.h | Functions for retrieving metric samples from metrics given an ordered set of labels |
prom_metric_sample.h | Functions for interfacting with metric samples directly |
prom_metric_sample_histogram.h | Functions for interacting with histogram metric samples directly |
prom_string_builder.h | |
▼ promhttp | |
▼ include | |
promhttp.h | Provides a HTTP endpoint for metric exposition References: |