metrics-core

Crates.iometrics-core
lib.rsmetrics-core
version0.5.2
sourcesrc
created_at2019-03-22 02:05:19.134941
updated_at2019-11-21 06:09:18.81787
descriptionFoundational traits for interoperable metrics libraries.
homepagehttps://github.com/metrics-rs/metrics
repositoryhttps://github.com/metrics-rs/metrics
max_upload_size
id123037
size19,511
Lucio Franco (LucioFranco)

documentation

https://docs.rs/metrics-core

README

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.

Commit count: 739

cargo fmt