[][src]Type Definition prometheus::IntCounterVec

type IntCounterVec = GenericCounterVec<AtomicU64>;

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