pub type PrometheusIntCounter = Either<IntCounter, IntCounterVec>;Expand description
Bundle of prometheus::IntCounter metrics.
Aliased Type§
pub enum PrometheusIntCounter {
Single(GenericCounter<AtomicU64>),
Vec(MetricVec<CounterVecBuilder<AtomicU64>>),
}Variants§
Single(GenericCounter<AtomicU64>)
Single prometheus::Metric.