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