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
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")?
The text was updated successfully, but these errors were encountered:
Probably because of this line
statix/lib/statix/packet.ex
Line 39 in 5463396
For example, if I push a histogram with
tags: ["errors:error1,error2"]
, in Datadog it'll have two tags:errors:error1
anderror2
.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")?
The text was updated successfully, but these errors were encountered: