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

type LocalIntCounter = GenericLocalCounter<AtomicI64>;

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