| Crates.io | metrics-facade |
| lib.rs | metrics-facade |
| version | 0.1.1 |
| created_at | 2019-06-11 22:06:58.849939+00 |
| updated_at | 2019-06-12 02:20:10.49498+00 |
| description | A lightweight metrics facade for Rust |
| homepage | |
| repository | https://github.com/metrics-rs/metrics |
| max_upload_size | |
| id | 140481 |
| size | 18,984 |
metrics-facade is a lightweight metrics facade.
NOTE: All conversations and contributions to this project shall adhere to the Code of Conduct.
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.