Crates.io | exponential-histogram |
lib.rs | exponential-histogram |
version | 0.1.0 |
source | src |
created_at | 2024-09-19 21:06:13.339839 |
updated_at | 2024-09-19 21:06:13.339839 |
description | Auto-scaling approximate histogram |
homepage | |
repository | https://github.com/kvc0/exponential_histogram |
max_upload_size | |
id | 1380678 |
size | 28,628 |
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.