Type Definition prometheus::HistogramVec [−][src]
pub type HistogramVec = MetricVec<HistogramVecBuilder>;Expand description
Implementations
Create a new HistogramVec based on the provided
HistogramOpts and partitioned by the given label names. At least
one label name must be provided.
Return a LocalHistogramVec for single thread usage.