Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

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

@marnixbouhuis

Description

@marnixbouhuis

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions