Type Definition ore::metrics::raw::UIntCounterVec[][src]

pub type UIntCounterVec = MetricVec<CounterVecBuilder<AtomicU64>>;
This is supported on crate feature metrics only.
Expand description

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