pub type LabelGuardedUintGaugeVec = LabelGuardedMetricVec<VecBuilderOfGauge<AtomicU64>>;Aliased Type§
pub struct LabelGuardedUintGaugeVec {
inner: MetricVec<impl MetricVecBuilder<M = GenericGauge<AtomicU64>>>,
info: Arc<Mutex<RawMutex, LabelGuardedMetricsInfo>>,
labels: Box<[&'static str]>,
}Fields§
§inner: MetricVec<impl MetricVecBuilder<M = GenericGauge<AtomicU64>>>§info: Arc<Mutex<RawMutex, LabelGuardedMetricsInfo>>§labels: Box<[&'static str]>