# metrics-exporter-statsd **Repository Path**: mirrors_github/metrics-exporter-statsd ## Basic Information - **Project Name**: metrics-exporter-statsd - **Description**: Statsd metrics exporter for https://github.com/metrics-rs/metrics/ - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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. Special thanks to the authors of [metrics-rs](https://github.com/metrics-rs/metrics/) and [cadence] libraries. [cadence]: https://github.com/56quarters/cadence/