Statsd metrics exporter for https://github.com/metrics-rs/metrics/
Перейти к файлу
Manish Bellani 513ade49b7
Merge pull request #72 from github/mbellani/update-category-slugs
Updated category slugs
2024-10-21 11:34:45 -05:00
.github
script
src
.gitignore
CHANGELOG.md
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
LICENSE
README.md

README.md

metrics-exporter-statsd

A metrics-rs exporter that supports reporting metrics to StatsD. This exporter is basically a thin wrapper on top of the cadence crate which supports Statsd/Datadog style metrics.

Check out docs.rs documentation for how to use this library.

Contribution

This project welcomes contributions. See CONTRIBUTING.md for details on how to build, install, and contribute.

License

This project is licensed under the terms of the MIT open source license. Please refer to LICENSE.md for the full terms.

Acknowledgement

metrics-exporter-statsd is authored, reviewed and tested by the code search team at GitHub:

  • @gorzell
  • @look
  • @mbellani
  • @tclem
  • @terrhorn
  • @colinwm
  • @jorendorff
  • @aneubeck

Special thanks to the authors of metrics-rs and cadence libraries.