https://github.com/spacejam/historian
https://github.com/spacejam/historian
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/spacejam/historian
- Owner: spacejam
- License: apache-2.0
- Created: 2017-08-30T10:20:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T13:31:57.000Z (about 7 years ago)
- Last Synced: 2024-10-29T17:31:58.946Z (over 1 year ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# historian
[](https://travis-ci.org/spacejam/historian)
[](https://crates.io/crates/historian)
[](https://docs.rs/historian)
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.