pub trait SyncHistogram<T> {
// Required method
fn record(&self, value: T, attributes: &[KeyValue]);
}
Expand description
An SDK implemented instrument that records a distribution of values.
pub trait SyncHistogram<T> {
// Required method
fn record(&self, value: T, attributes: &[KeyValue]);
}
An SDK implemented instrument that records a distribution of values.