Type Definition prometheus::local::LocalIntCounter[][src]

type LocalIntCounter = GenericLocalCounter<AtomicI64>;

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