Type Alias measured::HistogramVec

source ·
pub type HistogramVec<L, const N: usize> = MetricVec<HistogramState<N>, L>;

Aliased Type§

struct HistogramVec<L, const N: usize> { /* private fields */ }

Implementations§

source§

impl<L: LabelGroupSet, const N: usize> HistogramVec<L, N>

source

pub fn observe(&self, label: L::Group<'_>, y: f64)