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

pub trait MinMaxSumCount: Min + Max + Sum + Count { }
This is supported on crate feature metrics only.

MinMaxSumCount supports the Min, Max, Sum, and Count interfaces.

Implementors

impl MinMaxSumCount for ArrayAggregator[src]

impl MinMaxSumCount for DDSKetchAggregator[src]

impl MinMaxSumCount for MinMaxSumCountAggregator[src]

Loading content...