Type Alias mz_ore::metrics::UIntGaugeVec

source ·
pub type UIntGaugeVec = DeleteOnDropWrapper<UIntGaugeVec>;
Available on crate feature metrics only.
Expand description

Delete-on-drop shadow of Prometheus raw::UIntGaugeVec.

Aliased Type§

struct UIntGaugeVec {
    inner: MetricVec<GaugeVecBuilder<AtomicU64>>,
}

Fields§

§inner: MetricVec<GaugeVecBuilder<AtomicU64>>