telegraf/plugins
Cameron Sparr 10d0a78b96
influxdb output: treat field type conflicts as a successful write
If we write a batch of points and get a "field type conflict" error
message in return, we should drop the entire batch of points because
this indicates that one or more points have a type that doesnt match the
database.

These errors will never go away on their own, and InfluxDB will
successfully write the points that dont have a conflict.

closes #2245
2017-01-23 18:26:37 -08:00
..
aggregators Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
inputs Add newline to influx line-protocol if not present 2017-01-23 14:12:28 -08:00
outputs influxdb output: treat field type conflicts as a successful write 2017-01-23 18:26:37 -08:00
parsers Add newline to influx line-protocol if not present 2017-01-23 14:12:28 -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