You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The StatsD protocol Relay has implemented so far is a DataDog flavor, called the "DogStatsD protocol". On top of vanilla statsd, this protocol offers these additional options:
Tags. This has been implemented from the start
Sample rates. Not implemented, TBD.
Value packing. Not implemented and should be added.
Container IDs. Not implemented, but also not needed.
Timestamps. Implemented with a different syntax, can be aligned.
There's no reason that our submission protocol diverges from DogStatsD, so we can implement full compatibility with this protocol. Along with this change, Relay can parse all metric payloads directly into buckets, rather than a separate metric type.
The content you are editing has changed. Please copy your edits and refresh the page.
The StatsD protocol Relay has implemented so far is a DataDog flavor, called the "DogStatsD protocol". On top of vanilla statsd, this protocol offers these additional options:
There's no reason that our submission protocol diverges from DogStatsD, so we can implement full compatibility with this protocol. Along with this change, Relay can parse all metric payloads directly into buckets, rather than a separate metric type.
Tasks
The text was updated successfully, but these errors were encountered: