Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Dogstatsd protocol 1.1 #215

Open
blemale opened this issue Feb 23, 2023 · 1 comment
Open

Support Dogstatsd protocol 1.1 #215

blemale opened this issue Feb 23, 2023 · 1 comment

Comments

@blemale
Copy link
Contributor

blemale commented Feb 23, 2023

There is a new experimental Dogstatsd protocol (1.1) which supports sending multiple values in a single datagram.

This is supported since agent 7.25.0/6.25.0.

This evolution in the protocol allows clients to buffer histogram and distribution values and send them in fewer payload to the agent (providing a behavior close to client-side aggregation for those types).

@blemale
Copy link
Contributor Author

blemale commented Feb 23, 2023

If it is ok, I can come with a PR :)

blemale added a commit to blemale/java-dogstatsd-client that referenced this issue Feb 24, 2023
There is a new experimental Dogstatsd protocol (1.1) which supports sending
multiple values in a single datagram.

This is supported since agent 7.25.0/6.25.0.

This evolution in the protocol allows clients to buffer histogram and
distribution values and send them in fewer payload to the agent (providing a
behavior close to client-side aggregation for those types).

This commit add support for this new protocol for distribution.

Fix DataDog#215
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant