#metrics #facade

no-std metrics-facade

A lightweight metrics facade for Rust

2 releases

0.1.1 Jun 12, 2019
0.1.0 Jun 11, 2019

#44 in #facade

Download history 1/week @ 2025-09-18 1/week @ 2025-09-25 3/week @ 2025-10-02 2/week @ 2025-10-16 6/week @ 2025-10-23

73 downloads per month

MIT license

32KB
326 lines

metrics-facade

conduct-badge downloads-badge release-badge docs-badge license-badge

metrics-facade is a lightweight metrics facade.

code of conduct

NOTE: All conversations and contributions to this project shall adhere to the Code of Conduct.

what's it all about?

metrics-facade provides macros, similar to the log crate, that let library and executable authors instrument their code by collecting metrics -- incrementing counters, gauges, and histograms -- about their code, deferring the collecting and export of these metrics to whatever the installed metrics library is.

Dependencies

~55KB