Type Definition ore::metrics::raw::IntCounterVec [−][src]
pub type IntCounterVec = MetricVec<CounterVecBuilder<AtomicI64>>;
This is supported on crate feature
metrics
only.Expand description
The integer version of CounterVec
. Provides better performance if metric
values are all integers.