metrics/metrics-core
Toby Lawrence 74062e58c1 bump metrics-core to 0.2.0 2019-04-23 14:39:47 -04:00
..
src bump metrics-core to 0.2.0 2019-04-23 14:39:47 -04:00
.gitignore Initial workspace config + metrics-core. 2019-03-26 08:41:12 -04:00
CODE_OF_CONDUCT.md Initial workspace config + metrics-core. 2019-03-26 08:41:12 -04:00
Cargo.toml bump metrics-core to 0.2.0 2019-04-23 14:39:47 -04:00
LICENSE Initial workspace config + metrics-core. 2019-03-26 08:41:12 -04:00
README.md Initial workspace config + metrics-core. 2019-03-26 08:41:12 -04:00

README.md

metrics-core

conduct-badge downloads-badge release-badge docs-badge license-badge

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.