Prometheus Client Library for Modern C++
|
▼Nprometheus | |
CBasicAuthHandler | |
▼CClientMetric | |
CBucket | |
CCounter | |
CGauge | |
CHistogram | |
CInfo | |
CLabel | |
CQuantile | |
CSummary | |
CUntyped | |
CCollectable | Interface implemented by anything that can be used by Prometheus to collect metrics |
CCounter | A counter metric to represent a monotonically increasing value |
CExposer | |
CFamily | A metric of type T with a set of labeled dimensions |
CGateway | |
CGauge | A gauge metric to represent a value that can arbitrarily go up and down |
CHistogram | A histogram metric to represent aggregatable distributions of events |
CInfo | A info metric to represent textual information which should not change during process lifetime |
CMetricFamily | |
CRegistry | Manages the collection of a number of metrics |
CSerializer | |
CSummary | A summary metric samples observations over a sliding window of time |
CTextSerializer |