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

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

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

Required methods

pub fn min(&self) -> Result<Number>[src]

The min of the currently aggregated metrics

Loading content...

Implementors

impl Min for ArrayAggregator[src]

impl Min for DDSKetchAggregator[src]

impl Min for MinMaxSumCountAggregator[src]

Loading content...