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

Commas in Tag values #57

Open
umesh9794 opened this issue Sep 28, 2018 · 0 comments
Open

Commas in Tag values #57

umesh9794 opened this issue Sep 28, 2018 · 0 comments

Comments

@umesh9794
Copy link

I have a tag like this:
key:value1, value2, value3

Both key and value is of String type.

So when I pass it to statsd I get 3 different tags on DD like this:

key:value1
value2
value3

I guess this is because statsd uses comma to separate the tags ? However not sure how it allows a tag without key or allows tags with key and with null values?

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