pub trait Histogram: Send + Sync + 'static { // Required method fn observe(&self, v: f64); }
Single histogram handle (one specific label combination).