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

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

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