[][src]Type Definition solana_libra_metrics::IntCounterVec

type IntCounterVec = MetricVec<CounterVecBuilder<RwlockAtomic<i64>>>;

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