metrics/metrics
Toby Lawrence 2125de533b
(cargo-release) version 0.13.0-alpha.5
2020-10-04 23:34:50 +00:00
..
benches refactor: next-generation metrics (#80) 2020-09-26 22:26:39 -04:00
examples refactor: next-generation metrics (#80) 2020-09-26 22:26:39 -04:00
src fix Key hash impl + adjust metric name regex 2020-10-04 23:34:24 +00: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 refactor: next-generation metrics (#80) 2020-09-26 22:26:39 -04:00
Cargo.toml (cargo-release) version 0.13.0-alpha.5 2020-10-04 23:34:50 +00: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.