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

pub trait Max {
    pub 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

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

The max of the currently aggregated metrics

Loading content...

Implementors

impl Max for ArrayAggregator[src]

impl Max for DDSKetchAggregator[src]

impl Max for MinMaxSumCountAggregator[src]

Loading content...