10 releases (4 breaking)
0.5.2 | Nov 21, 2019 |
---|---|
0.5.1 | Aug 8, 2019 |
0.5.0 | Jul 30, 2019 |
0.4.0 | Jun 11, 2019 |
0.1.2 | Mar 26, 2019 |
#797 in Debugging
8,636 downloads per month
Used in 32 crates
(17 directly)
14KB
190 lines
metrics-core
metrics-core defines foundational traits for interoperable metrics libraries in Rust.
code of conduct
NOTE: All conversations and contributions to this project shall adhere to the Code of Conduct.
mandate / goals
This crate acts as the minimum viable trait for metrics libraries, and consumers of that data, for interoperating with each other.
If your library allows users to collect metrics, it should support metrics-core to allow for flexibility in output targets. If your library provides support for a target metrics backend, it should support metrics-core so that it can be easily plugged into applications using a supported metrics library.