Type Alias LabelGuardedGaugeVec

Source
pub type LabelGuardedGaugeVec = LabelGuardedMetricVec<VecBuilderOfGauge<AtomicF64>>;

Aliased Type§

struct LabelGuardedGaugeVec {
    inner: MetricVec<impl MetricVecBuilder<M = GenericGauge<AtomicF64>>>,
    info: Arc<Mutex<RawMutex, LabelGuardedMetricsInfo>>,
    labels: Box<[&'static str]>,
}

Fields§

§inner: MetricVec<impl MetricVecBuilder<M = GenericGauge<AtomicF64>>>§info: Arc<Mutex<RawMutex, LabelGuardedMetricsInfo>>§labels: Box<[&'static str]>

Implementations§