#metrics #service #histogram #performance

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

#294 in Profiling

Download history 2/week @ 2024-12-25 9/week @ 2025-01-01 28/week @ 2025-01-08 16/week @ 2025-01-15 1/week @ 2025-01-22 274/week @ 2025-01-29 194/week @ 2025-02-05 203/week @ 2025-02-12 196/week @ 2025-02-19 229/week @ 2025-02-26 210/week @ 2025-03-05 166/week @ 2025-03-12 315/week @ 2025-03-19 160/week @ 2025-03-26 325/week @ 2025-04-02 196/week @ 2025-04-09

1,030 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.

No runtime deps