telegraf/plugins/outputs
Will Pearson d7a8bb2214 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
..
all 'discard' output plugin 2016-11-23 14:03:30 +00:00
amon Major Logging Overhaul 2016-10-03 17:13:03 +01:00
amqp Direct people to downloads page for installation 2017-01-13 17:02:10 +00:00
cloudwatch Fix up AWS plugin docs so they don't use single quotes. (#1991) 2016-11-04 13:16:41 +00:00
datadog Major Logging Overhaul 2016-10-03 17:13:03 +01:00
discard 'discard' output plugin 2016-11-23 14:03:30 +00:00
file file output plugin fixup 2016-12-02 11:36:22 +00:00
graphite Fix problem with graphite talking to closed connections (#2171) 2017-01-24 12:50:29 -08:00
graylog Graylog output should set short_message field 2016-12-13 16:10:59 +00:00
influxdb influxdb output: treat field type conflicts as a successful write 2017-01-23 16:41:29 -08:00
instrumental Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
kafka Kafka output fixup 2016-12-06 15:38:59 +00:00
kinesis Moved to using the inbuilt serializer. (#1942) 2016-12-20 18:49:28 +00:00
librato Fix for broken librato output (#2225) 2017-01-09 14:48:32 +00:00
mqtt Enable setting a clientID for MQTT Output 2016-12-13 20:03:09 +00:00
nats Implement telegraf's own full metric type 2016-12-01 18:17:02 +00:00
nsq Implement telegraf's own full metric type 2016-12-01 18:17:02 +00:00
opentsdb opentsdb: add tcp:// prefix if not present 2017-01-23 13:45:16 -08:00
prometheus_client Implement telegraf's own full metric type 2016-12-01 18:17:02 +00:00
riemann Add riemann output plugin deprecation message 2016-10-11 12:28:20 +01:00
registry.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00