telegraf/plugins
Will Pearson e1faf06974 Fix problem with graphite talking to closed connections (#2171)
We were having problems with telegraf talking to
carbon-relay-ng using the graphite output. When
the carbon-relay-ng server restarted the connection
the telegraf side would go into CLOSE_WAIT but telegraf
would continue to send statistics through the connection.

Reading around it seems you need to a read from the connection
and see a EOF error. We've implemented this and added a test
that replicates roughly the error we were having.

Pair: @whpearson @joshmyers
2017-01-24 12:50:29 -08:00
..
aggregators Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
inputs Improve win_perf_counters on non English systems (#2261) 2017-01-24 12:46:06 -08:00
outputs Fix problem with graphite talking to closed connections (#2171) 2017-01-24 12:50:29 -08:00
parsers Add newline to influx line-protocol if not present 2017-01-23 13:52:20 -08:00
processors Documentation improvements 2016-11-08 13:55:37 +00:00
serializers More unit tests for new metric 2016-12-01 19:07:14 +00:00