We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
container ID
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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-v12This 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:
The text was updated successfully, but these errors were encountered: