Increment gather_errors for all input errors

closes #2339
This commit is contained in:
Cosmo Petrich
2017-01-30 09:28:52 +11:00
committed by Cameron Sparr
parent 1c4673e900
commit b1945c0493
2 changed files with 5 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ It is highly recommended that all users migrate to the new riemann output plugin
- [#2277](https://github.com/influxdata/telegraf/pull/2277): add integer metrics for Consul check health state.
- [#2201](https://github.com/influxdata/telegraf/pull/2201): Add lock option to the IPtables input plugin.
- [#2244](https://github.com/influxdata/telegraf/pull/2244): Support ipmi_sensor plugin querying local ipmi sensors.
- [#2339](https://github.com/influxdata/telegraf/pull/2339): Increment gather_errors for all errors emitted by inputs.
### Bugfixes