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