Type Definition metrics_prometheus::metric::PrometheusHistogram
source · pub type PrometheusHistogram = Either<Histogram, HistogramVec>;Expand description
Bundle of prometheus::Histogram metrics.
pub type PrometheusHistogram = Either<Histogram, HistogramVec>;Bundle of prometheus::Histogram metrics.