#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

#223 in Profiling

Download history 52/week @ 2024-10-26 67/week @ 2024-11-02 57/week @ 2024-11-09 36/week @ 2024-11-16 57/week @ 2024-11-23 78/week @ 2024-11-30 86/week @ 2024-12-07 255/week @ 2024-12-14 30/week @ 2024-12-21 2/week @ 2024-12-28 28/week @ 2025-01-04 21/week @ 2025-01-11 2/week @ 2025-01-18 201/week @ 2025-01-25 162/week @ 2025-02-01 268/week @ 2025-02-08

638 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