Skip to content

Latest commit

 

History

History
 
 

metrics-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.