metrics-facade

Crates.iometrics-facade
lib.rsmetrics-facade
version0.1.1
sourcesrc
created_at2019-06-11 22:06:58.849939
updated_at2019-06-12 02:20:10.49498
descriptionA lightweight metrics facade for Rust
homepage
repositoryhttps://github.com/metrics-rs/metrics
max_upload_size
id140481
size18,984
Toby Lawrence (tobz)

documentation

https://docs.rs/metrics-facade

README

metrics-facade

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

metrics-facade 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-facade 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.

Commit count: 739

cargo fmt