#metrics #facade

metrics-facade

A lightweight metrics facade for Rust

2 releases

0.1.1 Jun 12, 2019
0.1.0 Jun 11, 2019

#3 in #facade

Download history 16/week @ 2022-11-25 17/week @ 2022-12-02 20/week @ 2022-12-09 18/week @ 2022-12-16 21/week @ 2022-12-23 16/week @ 2022-12-30 19/week @ 2023-01-06 18/week @ 2023-01-13 29/week @ 2023-01-20 24/week @ 2023-01-27 29/week @ 2023-02-03 19/week @ 2023-02-10 25/week @ 2023-02-17 22/week @ 2023-02-24 18/week @ 2023-03-03 8/week @ 2023-03-10

76 downloads per month

MIT license

31KB
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

~52KB