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 data type support. #190

Closed tobz closed 1 month ago

tobz commented 1 month ago

Context

The DogStatsD source must have full data type support to match what can be accepted in the Datadog Agent and what can be sent by official DogStatsD clients:

(Full list, with more detail, here: https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/?tab=metrics#the-dogstatsd-protocol)

In scope

Out of scope

There's a number of very related items that are out of scope for this particular issue, but will be addressed separately as a follow-up.

Work items

(non-exhaustive, living list)

tobz commented 1 month ago

This is complete.

This source has full support for all relevant StatsD and DogStatsD data types, and those data types can be faithfully represented within Saluki.