Type Alias prometheus::local::LocalIntCounterVec
source · pub type LocalIntCounterVec = GenericLocalCounterVec<AtomicU64>;
Expand description
The integer version of LocalCounterVec
.
Provides better performance if metric values are all positive
integers (natural numbers).
Aliased Type§
struct LocalIntCounterVec { /* private fields */ }