metrics/metrics
Toby Lawrence db02cd80da
Merge branch 'main' into experiment/name-parts
2020-11-13 13:26:42 -05:00
..
benches remove scoping and switch to pure statics for fast path 2020-10-27 08:58:18 -04:00
examples wip 2020-11-12 23:23:32 -05:00
src Merge branch 'main' into experiment/name-parts 2020-11-13 13:26:42 -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 wip: inline vs dynamic custom enum approach 2020-11-01 10:44:44 -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.