pub type PrometheusHistogram = Either<Histogram, HistogramVec>;Expand description
Bundle of prometheus::Histogram metrics.
Aliased Type§
pub enum PrometheusHistogram {
Single(Histogram),
Vec(MetricVec<HistogramVecBuilder>),
}pub type PrometheusHistogram = Either<Histogram, HistogramVec>;Bundle of prometheus::Histogram metrics.
pub enum PrometheusHistogram {
Single(Histogram),
Vec(MetricVec<HistogramVecBuilder>),
}