metrics

Crates.iometrics
lib.rsmetrics
version0.24.0
sourcesrc
created_at2015-09-03 22:02:07.047796
updated_at2024-10-12 18:12:37.943925
descriptionA lightweight metrics facade.
homepagehttps://github.com/metrics-rs/metrics
repositoryhttps://github.com/metrics-rs/metrics
max_upload_size
id2984
size182,519
Lucio Franco (LucioFranco)

documentation

https://docs.rs/metrics

README

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.

Commit count: 739

cargo fmt