1 unstable release
0.1.0 | Sep 19, 2024 |
---|
#234 in Profiling
186 downloads per month
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.