metrics is a high-quality, batteries-included metrics library for Rust.
NOTE: All conversations and contributions to this project shall adhere to the Code of Conduct.
This crate is currently materializing! We are in the process of switching over hotmic to metrics
after successfully acquiring ownership of the metrics
crate on crates.io!
We apologize for the README/documentation that will reference things that don't exist yet until the switchover is complete. Thank you for your understanding!
- Provides counter, gauge, and histogram support.
- Access to ultra-high-speed timing facilities out-of-the-box with quanta.
- Scoped metrics for effortless nesting.
- Speed and API ergonomics allow for usage in both synchronous and asynchronous contexts.
- Based on
metrics-core
for bring-your-own-collector/bring-your-own-exporter flexibility!
High. Tens of millions of metrics per second with metric ingest times at sub-200ns p99 on modern systems.