telegraf/plugins
Lukasz Jagiello 4c28f15b35 Fix #1148 - chatty MySQL
Two additional config options to reduce MySQL metrics

With:
 - gather_table_lock_waits = false
 - gather_event_waits = false

```
| wc -l
34
```

With:
 - gather_table_lock_waits = true
 - gather_event_waits = true

```
| wc -l
50040
```

closes #1148
closes #1149
2016-05-04 10:23:54 -06:00
..
inputs Fix #1148 - chatty MySQL 2016-05-04 10:23:54 -06:00
outputs Kafka output: set max_retry=3 & required_acks=-1 as defaults 2016-04-29 18:51:45 -06:00
parsers value parser: doc & string handling 2016-05-02 12:17:20 -06:00
serializers sanitize * to - in graphite serializer 2016-04-27 18:05:44 -06:00