You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: