DataDog / saluki

An experimental toolkit for building telemetry data planes in Rust.
Apache License 2.0
12 stars 2 forks source link

Ensure DogStatsD source has full support for all listener types. #191

Closed tobz closed 1 month ago

tobz commented 1 month ago

Context

The DogStatsD source must have full support for all listener types:

It should also be able to run multiple listeners at the same time, consistent with the Datadog Agent.

In scope

Work items

(non-exhaustive, living list)

None at the moment.

tobz commented 1 month ago

(commenting for posterity)

This is complete.

The source has full support for UDP, and both variants of Unix Domain Sockets. Similarly, it can listen on all three types simultaneously.