exponential-histogram

Crates.ioexponential-histogram
lib.rsexponential-histogram
version0.1.0
sourcesrc
created_at2024-09-19 21:06:13.339839
updated_at2024-09-19 21:06:13.339839
descriptionAuto-scaling approximate histogram
homepage
repositoryhttps://github.com/kvc0/exponential_histogram
max_upload_size
id1380678
size28,628
kvc0 (kvc0)

documentation

README

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.

Commit count: 2

cargo fmt