https://github.com/github/metrics-exporter-statsd
Statsd metrics exporter for https://github.com/metrics-rs/metrics/
https://github.com/github/metrics-exporter-statsd
Last synced: 11 months ago
JSON representation
Statsd metrics exporter for https://github.com/metrics-rs/metrics/
- Host: GitHub
- URL: https://github.com/github/metrics-exporter-statsd
- Owner: github
- License: mit
- Created: 2022-04-14T20:00:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T08:56:43.000Z (12 months ago)
- Last Synced: 2025-03-28T18:07:41.467Z (12 months ago)
- Language: Rust
- Size: 104 KB
- Stars: 31
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# metrics-exporter-statsd
A [metrics-rs](https://github.com/metrics-rs/metrics/) exporter that supports reporting metrics to StatsD. This exporter is basically a thin wrapper on top of the [`cadence`][cadence] crate which supports Statsd/Datadog style metrics.
Check out [docs.rs documentation](https://docs.rs/metrics-exporter-statsd) 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](./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](https://github.com/metrics-rs/metrics/) and [cadence] libraries.
[cadence]: https://github.com/56quarters/cadence/