node-statsd
node-statsd copied to clipboard
Sending tags to StatsD give a "Bad line" error
If you specify tags and you send the metric agains the StatsD server instead of the DataDog-StatsD server you get the following error:
28 May 10:02:26 - DEBUG: Bad line: 15,c,#a in msg "example.tags.count:15|c|#a" 28 May 10:02:40 - DEBUG: Bad line: 15,c,#a=1 in msg "example.tags.count:15|c|#a=1" 28 May 10:02:43 - DEBUG: Bad line: 15,c,#a in msg "example.tags.count:15|c|#a:1" 28 May 10:02:43 - DEBUG: Bad line: 1 in msg "example.tags.count:15|c|#a:1"
Any update on this issue? Looks like it's still happening.