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

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

Max returns the maximum value over the set of values that were aggregated.

Required methods

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

The max of the currently aggregated metrics

Loading content...

Implementors

Loading content...