risingwave_common_metrics

Type Alias LabelGuardedLocalHistogram

source
pub type LabelGuardedLocalHistogram<const N: usize> = LabelGuardedMetric<LocalHistogram, N>;

Aliased Type§

struct LabelGuardedLocalHistogram<const N: usize> {
    inner: LocalHistogram,
    _guard: Arc<LabelGuard<N>>,
}

Fields§

§inner: LocalHistogram§_guard: Arc<LabelGuard<N>>