Type Definition near_metrics::IntCounterVec[][src]

type IntCounterVec = MetricVec<CounterVecBuilder<AtomicU64>>;

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