| Crates.io | libdd-dogstatsd-client |
| lib.rs | libdd-dogstatsd-client |
| version | 1.0.0 |
| created_at | 2025-11-17 14:49:52.785423+00 |
| updated_at | 2025-11-17 14:49:52.785423+00 |
| description | A dogstatsd client for sending metrics to a dogstatsd server. |
| homepage | https://github.com/DataDog/libdatadog/tree/main/libdd-dogstatsd-client |
| repository | https://github.com/DataDog/libdatadog/tree/main/libdd-dogstatsd-client |
| max_upload_size | |
| id | 1936895 |
| size | 49,946 |
DogStatsD client library for sending metrics to Datadog.
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.