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

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

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

Required methods

The max of the currently aggregated metrics

Implementors