pub type LocalIntCounter = GenericLocalCounter<AtomicI64>;
Expand description

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