#metrics #performance #open-telemetry #service

exponential-histogram

Auto-scaling approximate histogram

3 unstable releases

0.2.1 Dec 13, 2024
0.2.0 Dec 13, 2024
0.1.0 Sep 19, 2024

#213 in Profiling

Download history 23/week @ 2024-09-23 8/week @ 2024-09-30 3/week @ 2024-10-07 19/week @ 2024-10-14 9/week @ 2024-10-21 57/week @ 2024-10-28 61/week @ 2024-11-04 57/week @ 2024-11-11 48/week @ 2024-11-18 47/week @ 2024-11-25 74/week @ 2024-12-02 250/week @ 2024-12-09 114/week @ 2024-12-16 6/week @ 2024-12-23 5/week @ 2024-12-30 23/week @ 2025-01-06

179 downloads per month
Used in goodmetrics

Apache-2.0

29KB
551 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