Type Alias CounterF64

Source
pub type CounterF64 = Counter<f64>;
Expand description

A counter metric with a f64 value.

Counter metrics are used to record a value that can only increase.

Aliased Typeยง

struct CounterF64(/* private fields */);