Trait opentelemetry::sdk::export::metrics::Min[][src]

pub trait Min {
    fn min(&self) -> Result<Number>;
}
This is supported on crate feature metrics only.
Expand description

Min returns the minimum value over the set of values that were aggregated.

Required methods

The min of the currently aggregated metrics

Implementors