telegraf/plugins/inputs
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
..
aerospike
all
apache
bcache
cassandra
cloudwatch
couchbase
couchdb
disque
dns_query skip network-dependent unit tests in short mode 2016-04-28 14:44:08 -06:00
docker docker: add container_id to blkio metrics 2016-05-04 09:28:13 -06:00
dovecot
elasticsearch
exec Revert "exec plugin: allow using glob pattern in command list" 2016-05-02 12:07:17 -06:00
filestat
github_webhooks
haproxy Fix formatting for haproxy tests 2016-05-04 09:47:39 -06:00
http_response
httpjson
influxdb
ipmi_sensor Implement timeouts for all exec command runners 2016-04-29 12:06:22 -06:00
jolokia Change server_ -> jolokia_ in tags and other formatting 2016-04-27 16:00:58 -06:00
kafka_consumer
leofs Implement timeouts for all exec command runners 2016-04-29 12:06:22 -06:00
lustre2
mailchimp
memcached
mesos
mongodb Metric for MongoDB jumbo chunks 2016-05-01 14:27:27 -06:00
mqtt_consumer
mysql Fix #1148 - chatty MySQL 2016-05-04 10:23:54 -06:00
nats_consumer
net_response
nginx
nsq
ntpq
passenger
phpfpm
ping Implement timeouts for all exec command runners 2016-04-29 12:06:22 -06:00
postgresql
postgresql_extensible
powerdns
procstat
prometheus
puppetagent
rabbitmq
raindrops
redis
rethinkdb
riak
sensors
snmp
sqlserver
statsd README fixups for udp_listener, statsd inputs 2016-04-28 13:11:41 -06:00
sysstat fix sysstat timeout error 2016-05-02 15:17:11 -06:00
system Specify host mount prefix with envvar. 2016-05-02 15:53:30 -06:00
tail
tcp_listener README fixups for udp_listener, statsd inputs 2016-04-28 13:11:41 -06:00
trig
twemproxy
udp_listener README fixups for udp_listener, statsd inputs 2016-04-28 13:11:41 -06:00
win_perf_counters Sanitize Field name 2016-04-28 12:21:28 -06:00
zfs
zookeeper
EXAMPLE_README.md
mock_Plugin.go
registry.go