telegraf/plugins/inputs
Leon Barrett 6e241611be Fix bug: too many cloudwatch metrics (#1885)
* Fix bug: too many cloudwatch metrics

Cloudwatch metrics were being added incorrectly. The most obvious
symptom of this was that too many metrics were being added. A simple
check against the name of the metric proved to be a sufficient fix. In
order to test the fix, a metric selection function was factored out.

* Go fmt cloudwatch

* Cloudwatch isSelected checks metric name

* Move cloudwatch line in changelog to 1.2 features
2016-12-13 14:13:53 +00:00
..
aerospike
all Implement telegraf collecting stats on itself 2016-12-05 18:56:54 +00:00
apache
bcache Seems to be a toml parse bug around triple pounds 2016-02-18 14:36:03 -07:00
cassandra Just fix typo (#1962) 2016-10-27 11:45:17 +01:00
ceph Major Logging Overhaul 2016-10-03 17:13:03 +01:00
cgroup
chrony
cloudwatch Fix bug: too many cloudwatch metrics (#1885) 2016-12-13 14:13:53 +00:00
conntrack
consul Added Consul health checks state monitoring. (#1294) 2016-06-01 11:02:28 +01:00
couchbase
couchdb Improve timeout in input plugins 2016-03-01 09:43:28 +00:00
disque
dns_query
docker
dovecot
elasticsearch add a hint to possible basic authentication settings 2016-12-09 12:58:54 +00:00
exec Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
filestat Tail input plugin 2016-04-26 09:42:06 -06:00
graylog
haproxy
hddtemp
http_listener Implement telegraf collecting stats on itself 2016-12-05 18:56:54 +00:00
http_response http_response plugin: Add SSL config options 2016-05-25 13:44:36 +01:00
httpjson Add support to parse JSON array. (#1965) 2016-11-15 13:02:55 -05:00
influxdb Add configurable timeout to influxdb input 2016-09-16 16:50:39 +01:00
internal Implement telegraf collecting stats on itself 2016-12-05 18:56:54 +00:00
ipmi_sensor Implement timeouts for all exec command runners 2016-04-29 12:06:22 -06:00
iptables
jolokia
kafka_consumer Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
kubernetes
leofs Implement timeouts for all exec command runners 2016-04-29 12:06:22 -06:00
logparser Check if metric is nil before calling SetAggregate 2016-12-13 12:27:10 +00:00
lustre2
mailchimp
memcached
mesos
mongodb
mqtt_consumer Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
mysql
nats_consumer Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
net_response
nginx
nsq
nsq_consumer Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
nstat nstat: fix nstat setting path for snmp6 2016-07-19 14:51:36 +01:00
ntpq Major Logging Overhaul 2016-10-03 17:13:03 +01:00
passenger
phpfpm
ping
postgresql
postgresql_extensible
powerdns
procstat Can turn pid into tag instead of field 2016-12-13 13:21:39 +00:00
prometheus unit test fixup 2016-12-01 19:17:44 +00:00
puppetagent
rabbitmq Configurable RabbitMQ HTTP timeouts #1997 (#1998) 2016-11-16 16:18:56 +00:00
raindrops Improve timeout in input plugins 2016-03-01 09:43:28 +00:00
redis
rethinkdb Don't allow inputs to overwrite host tag 2016-04-19 17:44:33 -06:00
riak Fix: riak with read_repairs available 2016-06-22 14:56:44 +01:00
sensors
snmp snmp: use a shared global translation cache 2016-12-12 13:32:42 +00:00
snmp_legacy Major Logging Overhaul 2016-10-03 17:13:03 +01:00
sqlserver SQL Server plugin: Fix WaitStats issue (#1859) 2016-10-06 14:21:14 +01:00
statsd Remove COMING SOON: multiple statsd fields 2016-10-11 10:57:34 +01:00
sysstat
system Add device name as a tag in disk stats (#1807) 2016-12-05 17:42:36 +00:00
tail
tcp_listener Implement telegraf collecting stats on itself 2016-12-05 18:56:54 +00:00
trig
twemproxy
udp_listener Implement telegraf collecting stats on itself 2016-12-05 18:56:54 +00:00
varnish
webhooks Implement telegraf's own full metric type 2016-12-01 18:17:02 +00:00
win_perf_counters
zfs
zookeeper
EXAMPLE_README.md
mock_Plugin.go
registry.go