Type Alias prometheus::IntCounterVec

source ·
pub type IntCounterVec = GenericCounterVec<AtomicU64>;
Expand description

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

Aliased Type§

struct IntCounterVec { /* private fields */ }