|
prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
|
Counter — a monotonically increasing cumulative metric, and its designated-initializable CounterSpec.
More...


Go to the source code of this file.
Classes | |
| struct | prom::CounterSpec |
Declarative description of a counter, for Registry::counter / Counter::Counter. More... | |
| class | prom::Counter |
| A counter. More... | |
Namespaces | |
| namespace | prom |
Counter — a monotonically increasing cumulative metric, and its designated-initializable CounterSpec.