pub type PrometheusGauge = Either<Gauge, GaugeVec>;Expand description
Bundle of prometheus::Gauge metrics.
Aliased Type§
pub enum PrometheusGauge {
Single(GenericGauge<AtomicF64>),
Vec(MetricVec<GaugeVecBuilder<AtomicF64>>),
}Variants§
Single(GenericGauge<AtomicF64>)
Single prometheus::Metric.