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

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

Open
jtomaszewski opened this issue May 17, 2022 · 0 comments
Open

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

jtomaszewski opened this issue May 17, 2022 · 0 comments

Comments

@jtomaszewski
Copy link

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")?

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