#metrics #interface #common

metrics-core

Foundational traits for interoperable metrics libraries

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

#16 in #common

Download history 3608/week @ 2023-12-03 2964/week @ 2023-12-10 2039/week @ 2023-12-17 3967/week @ 2023-12-24 1839/week @ 2023-12-31 2312/week @ 2024-01-07 2443/week @ 2024-01-14 2509/week @ 2024-01-21 3687/week @ 2024-01-28 2686/week @ 2024-02-04 2869/week @ 2024-02-11 2429/week @ 2024-02-18 2042/week @ 2024-02-25 2220/week @ 2024-03-03 1966/week @ 2024-03-10 2049/week @ 2024-03-17

8,481 downloads per month
Used in 32 crates (17 directly)

MIT license

14KB
190 lines

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.

No runtime deps