libprom  1.2.0
C based libraries to expose metrics in Promtheus exposition format
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  prom
  include
 prom.h
 prom_alloc.hMemory management
 prom_collector.hA prom_collector is used to collect metrics
 prom_collector_registry.hThe collector registry registers collectors for metric exposition
 prom_counter.hHttps://prometheus.io/docs/concepts/metric_types/#counter
 prom_gauge.hHttps://prometheus.io/docs/concepts/metric_types/#gauge
 prom_histogram.hHttps://prometheus.io/docs/concepts/metric_types/#histogram
 prom_histogram_buckets.hHttps://prometheus.io/docs/concepts/metric_types/#histogram
 prom_linked_list.h
 prom_log.hLogging
 prom_map.h
 prom_metric.hFunctions for retrieving metric samples from metrics given an ordered set of labels
 prom_metric_sample.hFunctions for interfacting with metric samples directly
 prom_metric_sample_histogram.hFunctions for interacting with histogram metric samples directly
 prom_string_builder.h
  promhttp
  include
 promhttp.hProvides a HTTP endpoint for metric exposition References: