Type Alias HistogramF64

Source
pub type HistogramF64 = Histogram<f64>;
Expand description

A histogram metric with a f64 value.

Histograms are used to record a distribution of values.

Aliased Typeยง

struct HistogramF64(/* private fields */);