pub type Counter = GenericCounter<AtomicF64>;
A Metric represents a single numerical value that only ever goes up.
Metric
pub struct Counter { /* private fields */ }