Skip to content

If tag includes a comma, it'll be split into several tags #65

@jtomaszewski

Description

@jtomaszewski

Probably because of this line

[packet | ["|#", Enum.join(tags, ",")]]
.

For example, if I push a histogram with tags: ["errors:error1,error2"] , in Datadog it'll have two tags: errors:error1 and error2 .

Any way to escape the comma? Or maybe we should surround the tag with quotes if it has a comma? Or raise an exception ("a tag must not include a comma")?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions