Module histogram

Source
Expand description

Module implementing an Open Metrics histogram.

See Histogram for details.

Structs§

Histogram
Open Metrics Histogram to measure distributions of discrete events.

Functions§

exponential_buckets
Exponential bucket distribution.
exponential_buckets_range
Exponential bucket distribution within a range
linear_buckets
Linear bucket distribution.