risingwave_common_metrics

Type Alias LabelGuardedIntCounter

source
pub type LabelGuardedIntCounter<const N: usize> = LabelGuardedMetric<IntCounter, N>;

Aliased Type§

struct LabelGuardedIntCounter<const N: usize> {
    inner: GenericCounter<AtomicU64>,
    _guard: Arc<LabelGuard<N>>,
}

Fields§

§inner: GenericCounter<AtomicU64>§_guard: Arc<LabelGuard<N>>

Implementations§