Type Alias UIntGaugeVec

Source
pub type UIntGaugeVec = GenericGaugeVec<AtomicU64>;
Available on crate feature metrics only.
Expand description

The unsigned integer version of GaugeVec. Provides better performance if metric values are all unsigned integers.

Aliased Typeยง

pub struct UIntGaugeVec { /* private fields */ }