43 releases
0.21.1 | Jul 2, 2023 |
---|---|
0.20.1 | Jul 22, 2022 |
0.18.1 | Mar 11, 2022 |
0.17.1 | Dec 16, 2021 |
0.0.2 | Sep 3, 2015 |
#13 in Debugging
478,701 downloads per month
Used in 204 crates
(131 directly)
96KB
1.5K
SLoC
metrics
metrics 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 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
~0.9–1.6MB
~30K SLoC