pub trait Aggregation: Debug + Any + Send + Sync { // Required methods fn as_any(&self) -> &dyn Any; fn as_mut(&mut self) -> &mut dyn Any; }
The store of data reported by an Instrument.
It will be one of: Gauge, Sum, or Histogram.
Support downcasting
Support downcasting during aggregation