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

pub type IntGaugeVec = MetricVec<GaugeVecBuilder<AtomicI64>>;
This is supported on crate feature metrics only.
Expand description

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