Type Alias prometheus::Counter
source · pub type Counter = GenericCounter<AtomicF64>;
Expand description
A Metric
represents a single numerical value that only ever goes up.
Aliased Type§
struct Counter { /* private fields */ }
pub type Counter = GenericCounter<AtomicF64>;
A Metric
represents a single numerical value that only ever goes up.
struct Counter { /* private fields */ }