Type Alias LabelGuardedIntGaugeVec

Source
pub type LabelGuardedIntGaugeVec = LabelGuardedMetricVec<VecBuilderOfGauge<AtomicI64>>;

Aliased Type§

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

Fields§

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

Implementations§