Type Definition prometheus::IntCounterVec
source · [−]pub type IntCounterVec = GenericCounterVec<AtomicI64>;Expand description
The integer version of CounterVec. Provides better performance if metric
values are all integers.
pub type IntCounterVec = GenericCounterVec<AtomicI64>;The integer version of CounterVec. Provides better performance if metric
values are all integers.