|
libprom @VERSION@
C based libraries to expose metrics in Promtheus exposition format
|

Files | |
| prom.h | |
| Include prom.h to include the entire public API. | |
| 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 | |
| A StringBuilder: uses an internal buffer to append strings and characters as needed and keeps track of the constructed string, grows the buffer by factor 2 automagically. | |