pub type LabelGuardedIntCounter = LabelGuardedMetric<IntCounter>;
Aliased Type§
pub struct LabelGuardedIntCounter {
inner: GenericCounter<AtomicU64>,
_guard: Arc<LabelGuard>,
}
Fields§
§inner: GenericCounter<AtomicU64>
§_guard: Arc<LabelGuard>