pub type HistogramF64 = Histogram<f64>;
A histogram metric with a f64 value.
f64
Histograms are used to record a distribution of values.
struct HistogramF64(/* private fields */);