risingwave_common_metrics::guarded_metrics

Type Alias LabelGuardedHistogramVec

source
pub type LabelGuardedHistogramVec<const N: usize> = LabelGuardedMetricVec<VecBuilderOfHistogram, N>;

Aliased Type§

struct LabelGuardedHistogramVec<const N: usize> {
    inner: MetricVec<impl MetricVecBuilder<M = Histogram>>,
    info: Arc<Mutex<RawMutex, LabelGuardedMetricsInfo<N>>>,
    labels: [&'static str; N],
}

Fields§

§inner: MetricVec<impl MetricVecBuilder<M = Histogram>>§info: Arc<Mutex<RawMutex, LabelGuardedMetricsInfo<N>>>§labels: [&'static str; N]

Implementations§