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§
struct Counter { /* private fields */ }
pub type Counter = GenericCounter<AtomicF64>;
metrics
only.A Metric
represents a single numerical value that only ever goes up.
struct Counter { /* private fields */ }