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 Bump actions/checkout from 3 to 4 2023-09-04 16:24:24 +00:00
script Fix version extraction 2024-05-30 10:25:26 -05:00
src dependencies: Remove Cargo.lock and upgrade cadence. 2024-04-02 10:40:22 +02:00
.gitignore dependencies: Remove Cargo.lock and upgrade cadence. 2024-04-02 10:40:22 +02:00
CHANGELOG.md Release 0.9.0 2024-10-21 10:33:15 -05:00
CODEOWNERS add codeowners 2022-04-14 15:24:10 -05:00
CODE_OF_CONDUCT.md code of conduct 2022-04-14 15:35:04 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2022-05-27 14:25:21 -05:00
Cargo.lock Release 0.9.0 2024-10-21 10:33:15 -05:00
Cargo.toml observability and operations slugs are no longer supported 2024-10-21 10:58:14 -05:00
LICENSE Initial commit 2022-04-14 15:00:15 -05:00
README.md point link to docs.rs so it actually points to documentation instead of being self-referential 2022-11-18 17:09:30 -07:00

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.