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

Veneur is unable to parse packets from the go dogstatsd client #930

Open
MarnixBouhuis opened this issue Apr 21, 2022 · 0 comments
Open

Comments

@MarnixBouhuis
Copy link

The v1.2 of the DogStatsD protocol introduces a new container ID field: https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/?tab=metrics#dogstatsd-protocol-v12

This extra field is automatically emitted by the official dogstatsd client (added in this PR: DataDog/datadog-go#250).

When veneur tries to parse a packet with this new field it fails with the following error:

time="2022-04-21T12:32:25Z" level=warning msg="Could not parse packet" error="Invalid metric packet, contains unknown section \"c:REDACTED_CONTAINER_ID\"" packet="redacted.redacted:1|c|#some_tag:redacted|c:REDACTED_CONTAINER_ID"
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

No branches or pull requests

1 participant