pub type Counter = GenericCounter<AtomicF64>;
Available on crate feature
metrics
only.Expand description
A Metric
represents a single numerical value that only ever goes up.
Aliased Type§
pub struct Counter { /* private fields */ }