Type Definition prometheus::UIntCounter[][src]

pub type UIntCounter = GenericCounter<AtomicU64>;
Expand description

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