mz_ore::metrics

Type Alias 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 */ }