Files
telegraf/etc
Lukasz Jagiello b96e12aba1 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
```
2016-05-04 12:20:13 +00:00
..
2016-05-04 12:20:13 +00:00