Prometheus Client Library for Modern C++
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nprometheus
 CBasicAuthHandler
 CClientMetric
 CBucket
 CCounter
 CGauge
 CHistogram
 CInfo
 CLabel
 CQuantile
 CSummary
 CUntyped
 CCollectableInterface implemented by anything that can be used by Prometheus to collect metrics
 CCounterA counter metric to represent a monotonically increasing value
 CExposer
 CFamilyA metric of type T with a set of labeled dimensions
 CGateway
 CGaugeA gauge metric to represent a value that can arbitrarily go up and down
 CHistogramA histogram metric to represent aggregatable distributions of events
 CInfoA info metric to represent textual information which should not change during process lifetime
 CMetricFamily
 CRegistryManages the collection of a number of metrics
 CSerializer
 CSummaryA summary metric samples observations over a sliding window of time
 CTextSerializer