Skip to content

DogStatsD v1.3 support an optional Unix timestamp field. #680

@aegladkikh

Description

@aegladkikh

It appears that statsd_exporter may not support DogStatsD v1.3 https://docs.datadoghq.com/extend/dogstatsd/datagram_shell/?tab=metrics#dogstatsd-protocol-v13

docs:
The value is a Unix timestamp (UTC) and must be prefixed by T, for example:

<METRIC_NAME>:||#<TAG_KEY_1>:<TAG_VALUE_1>,<TAG_2>|T<METRIC_TIMESTAMP>

Example datagram
page.views:15|c|#env:dev|T1656581400: A COUNT indicating that 15 page views happened on the 30th of June, 2022 at 9:30am UTC

Do you plan to add support for protocol 1.3 and possibly all others?

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