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