Type Definition prometheus::IntCounter
source · [−]pub type IntCounter = GenericCounter<AtomicI64>;
Expand description
The integer version of Counter
. Provides better performance if metric values
are all integers.
pub type IntCounter = GenericCounter<AtomicI64>;
The integer version of Counter
. Provides better performance if metric values
are all integers.