prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
Loading...
Searching...
No Matches
Classes | Namespaces
counter.hpp File Reference

Counter — a monotonically increasing cumulative metric, and its designated-initializable CounterSpec. More...

#include <prom/metric_base.hpp>
#include <string_view>
#include <utility>
Include dependency graph for counter.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Counter — a monotonically increasing cumulative metric, and its designated-initializable CounterSpec.