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

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

Count returns the number of values that were aggregated.

Required methods

The count of the currently aggregated metrics

Implementors