Skip to content

foyer-rs/mixtrics

Repository files navigation

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.
    • ???

Releases

No releases published

Packages

No packages published