Type Definition prometheus::local::LocalIntCounterVec[][src]

type LocalIntCounterVec = GenericLocalCounterVec<AtomicU64>;

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