2 stable releases
| new 1.0.1 | Feb 25, 2026 |
|---|---|
| 1.0.0 | Nov 17, 2025 |
#1604 in Debugging
121,710 downloads per month
Used in 3 crates
(via libdd-data-pipeline)
230KB
4.5K
SLoC
dogstatsd-client implements a client to emit metrics to a dogstatsd server. This is made use of in at least the data-pipeline and sidecar crates.
libdd-dogstatsd-client
DogStatsD client library for sending metrics to Datadog.
Overview
libdd-dogstatsd-client provides a client for sending metrics to Datadog via the DogStatsD protocol, an extension of StatsD with additional features like tags and histograms.
This client provides rust methods to interact with a dogstatsd server. It is mainly used in the sidecar and data-pipeline crates, but should be capable of being used elsewhere. See the crate docs for usage details.
Dependencies
~14–40MB
~614K SLoC