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