Type Definition prometheus::IntCounter[][src]

type IntCounter = GenericCounter<AtomicI64>;

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