Type Alias mz_ore::metrics::UIntGauge

source ·
pub type UIntGauge = GenericGauge<AtomicU64>;
Available on crate feature metrics only.
Expand description

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

Aliased Type§

struct UIntGauge { /* private fields */ }