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

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

Count returns the number of values that were aggregated.

Required methods

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

The count of the currently aggregated metrics

Loading content...

Implementors

Loading content...