metrics/metrics
Toby Lawrence 027cde096a core: fix unit binary vs decimal wonkiness 2020-11-16 17:53:36 -05:00
..
benches optimize NameParts::to_string 2020-11-15 15:13:47 -05:00
examples wip 2020-11-12 23:23:32 -05:00
src core: fix unit binary vs decimal wonkiness 2020-11-16 17:53:36 -05:00
tests fix Key hash impl + adjust metric name regex 2020-10-04 23:34:24 +00:00
.gitignore working commit of hotmic->metrics, with API changes to support metrics-core 2019-03-28 21:04:08 -04:00
CHANGELOG.md get changelog stuff in place 2020-10-24 10:54:55 -04:00
Cargo.toml optimize NameParts::to_string 2020-11-15 15:13:47 -05:00
LICENSE refactor: next-generation metrics (#80) 2020-09-26 22:26:39 -04:00
README.md Add label support + rename crates. (#27) 2019-07-05 21:14:08 -04:00
build.rs Add label support + rename crates. (#27) 2019-07-05 21:14:08 -04:00

README.md

metrics

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

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.