pub type CounterF64 = Counter<f64>;
A counter metric with a f64 value.
f64
Counter metrics are used to record a value that can only increase.
struct CounterF64(/* private fields */);