Crates.io | historian |
lib.rs | historian |
version | 4.0.4 |
source | src |
created_at | 2017-08-30 13:37:31.69423 |
updated_at | 2021-05-19 12:00:41.284818 |
description | a high performance zero-config histogram implementation |
homepage | https://github.com/spacejam/historian |
repository | https://github.com/spacejam/historian |
max_upload_size | |
id | 29901 |
size | 22,181 |
A zero-config simple histogram collector. ~160ns/collection with a random input, ~65ns/collection on already existing metrics. Uses logarithmic bucketing rather than sampling have bounded (generally <0.5%) error percentiles.