Trait opentelemetry::sdk::metrics::data::Aggregation
source · pub trait Aggregation: Debug + Any + Send + Sync {
// Required method
fn as_any(&self) -> &(dyn Any + 'static);
}
Expand description
The store of data reported by an Instrument.