telegraf/etc
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
..
logrotate.d Issue #264: Fixes for logrotate config file. 2015-10-14 17:51:37 -06:00
telegraf.conf Fix #1148 - chatty MySQL 2016-05-04 10:23:54 -06:00
telegraf_windows.conf Reduce metric_buffer_limit to 1000 2016-03-03 15:32:44 +00:00