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

pub trait Count {
    pub fn count(&self) -> Result<u64>;
}
This is supported on crate feature metrics only.

Count returns the number of values that were aggregated.

Required methods

pub fn count(&self) -> Result<u64>[src]

The count of the currently aggregated metrics

Loading content...

Implementors

impl Count for ArrayAggregator[src]

impl Count for DDSKetchAggregator[src]

impl Count for HistogramAggregator[src]

impl Count for MinMaxSumCountAggregator[src]

Loading content...