Type Alias CounterU64

Source
pub type CounterU64 = Counter<u64>;
Expand description

A counter metric with a u64 value.

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

Aliased Typeยง

struct CounterU64(/* private fields */);