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

type LocalIntCounterVec = GenericLocalCounterVec<AtomicI64>;

The integer version of LocalCounterVec. Provides better performance if metric values are all integers.