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

type LocalIntCounter = GenericLocalCounter<AtomicU64>;

The integer version of LocalCounter. Provides better performance are all positive integers (natural numbers).