#open-telemetry #metrics #performance #service

exponential-histogram

Auto-scaling approximate histogram

1 unstable release

0.1.0 Sep 19, 2024

#234 in Profiling

Download history 154/week @ 2024-09-16 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

186 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