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
214 downloads per month
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.