Type Alias mz_ore::metrics::raw::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§

struct UIntGaugeVec { /* private fields */ }