Type Alias HistogramU64

Source
pub type HistogramU64 = Histogram<u64>;
Expand description

A histogram metric with a u64 value.

Histograms are used to record a distribution of values.

Aliased Typeยง

struct HistogramU64(/* private fields */);