#metrics #performance #open-telemetry #service

exponential-histogram

Auto-scaling approximate histogram

3 unstable releases

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

#312 in Profiling

Download history 68/week @ 2024-09-13 106/week @ 2024-09-20 10/week @ 2024-09-27 3/week @ 2024-10-04 12/week @ 2024-10-11 12/week @ 2024-10-18 38/week @ 2024-10-25 73/week @ 2024-11-01 60/week @ 2024-11-08 40/week @ 2024-11-15 55/week @ 2024-11-22 70/week @ 2024-11-29 41/week @ 2024-12-06

214 downloads per month

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