metrics/metrics
Toby Lawrence d61f27aa69
(cargo-release) version 0.12.1
2019-11-21 01:09:40 -05:00
..
benches Add label support + rename crates. (#27) 2019-07-05 21:14:08 -04:00
examples Renamed metrics::Recorder & metrics-runtime::Sink methods (#47) 2019-08-14 10:17:41 -04:00
src Don't evaluate macro arguments with no recorder (#55) 2019-11-11 19:54:47 -05:00
.gitignore working commit of hotmic->metrics, with API changes to support metrics-core 2019-03-28 21:04:08 -04:00
CHANGELOG.md Update CHANGELOG for metrics. 2019-11-21 01:07:44 -05:00
CODE_OF_CONDUCT.md Release preparation. (meta) (#41) 2019-07-30 17:08:19 -04:00
Cargo.toml (cargo-release) version 0.12.1 2019-11-21 01:09:40 -05: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.