Type Alias mz_ore::metrics::raw::IntCounterVec

source ·
pub type IntCounterVec = MetricVec<CounterVecBuilder<AtomicU64>>;
Available on crate feature metrics only.
Expand description

The integer version of CounterVec. Provides better performance if metric are all positive integers (natural numbers).

Aliased Type§

struct IntCounterVec { /* private fields */ }