Telegraf 1.19 - statsd plugin stops processing after receiving malformed stats #9422
Labels
area/statsd
bug
unexpected problem or unintended behavior
regression
something that used to work, but is now broken
Relevant telegraf.conf:
System info:
Ubuntu 18.04 LTS
telegraf - 1.19.0-1
Docker
Not applicable
Steps to reproduce:
telegraf
using astatsd
input.Expected behavior:
In previous versions of
telegraf
this error would happen:Actual behavior:
Additional info:
This section of code was added as part of PR #8992:
telegraf/plugins/inputs/statsd/statsd.go
Lines 570 to 572 in 8e7da35
This causes the parser goroutine loop...
telegraf/plugins/inputs/statsd/statsd.go
Lines 444 to 453 in 8e7da35
... to exit which causes the input channel to fill up (as no statsd stats will be processed until the service gets restarted).
The text was updated successfully, but these errors were encountered: