logo
pub fn histogram(
    boundaries: impl Into<Vec<f64, Global>>
) -> impl AggregatorSelector
Available on crate feature metrics only.
Expand description

A simple aggregator selector that uses histogram aggregators for Histogram instruments.

This selector is a good default choice for most metric exporters.