#open-telemetry #metrics #performance #service

exponential-histogram

Auto-scaling approximate histogram

1 unstable release

0.1.0 Sep 19, 2024

#241 in Profiling

39 downloads per month

Apache-2.0

27KB
517 lines

exponential-histogram

An auto-scaling approximate histogram, following the opentelemetry algorithm.

Quick and convenient, but there are quicker histogram implementations available. The auto-scaling nature of the exponential histogram in this crate offers you precision that is relative to the spread of the data observed in each observation window.


lib.rs:

An auto-scaling approximate histogram, following the opentelemetry algorithm.

Quick and convenient, but there are quicker histogram implementations available. The auto-scaling nature of the exponential histogram in this crate offers you precision that is relative to the spread of the data observed in each observation window.

No runtime deps