Type Definition ore::metrics::raw::HistogramVec[][src]

pub type HistogramVec = MetricVec<HistogramVecBuilder>;
This is supported on crate feature metrics only.
Expand description

A Collector that bundles a set of Histograms that all share the same Desc, but have different values for their variable labels. This is used if you want to count the same thing partitioned by various dimensions (e.g. HTTP request latencies, partitioned by status code and method).

Trait Implementations

Returns a counter that deletes its labels from this metrics vector when dropped. See DeleteOnDropCounter for a detailed description. Read more

Creates a new collector.