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