Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.18 KB

mixtrics

mixtrics is a rust library that provides a unified abstraction of various metrics systems.

Motivation

Currently, many libraries in Rust's metrics ecosystem are in a state of rapid development, with frequent breaking changes. As a developer of library that need the metrics feature, a lot of effort is required to maintain dependencies on different versions of components. If only maintaining the latest version of dependencies for metrics, it will couple the functionality of the library with the metrics version, breaking compatibility.

mixtrics supports various versions of multiple metrics libraries through features to alleviate the burden mentioned above.

Supported Metrics Backends

Roadmap

  • Documents and examples.
  • Other metrics backend supports.
    • ???