pub type ComputedUIntGauge = ComputedGenericGauge<AtomicU64>;Available on crate feature
metrics only.Expand description
A ComputedGenericGauge for 64-bit unsigned integers.
Aliased Typeยง
pub struct ComputedUIntGauge { /* private fields */ }