statsd, udp, tcp: do not log every dropped metric.

also applying this change to the udp_listener and tcp_listener input
plugins

closes #1340
This commit is contained in:
Cameron Sparr
2016-06-10 13:28:50 +01:00
parent ea2521bf27
commit 06cb5a041e
4 changed files with 26 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
### Features
- [#1340](https://github.com/influxdata/telegraf/issues/1340): statsd: do not log every dropped metric.
### Bugfixes
- [#1330](https://github.com/influxdata/telegraf/issues/1330): Fix exec plugin panic when using single binary.