telegraf/plugins/inputs
Leon Barrett 9add7b9e9a 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 Apache input enhancements ( added Basic Auth and SSL skipverify ) (#1964) 2016-11-15 10:52:24 -05:00
bcache
cassandra Just fix typo (#1962) 2016-10-27 11:45:17 +01:00
ceph
cgroup Revert "Moving cgroup path name to field from tag to reduce cardinality (#1457)" 2016-10-12 11:04:28 +01:00
chrony fix leap_status value in chrony input plugin (#1983) 2016-11-03 10:46:54 +00:00
cloudwatch Fix bug: too many cloudwatch metrics (#1885) 2016-12-13 14:13:53 +00:00
conntrack
consul
couchbase
couchdb
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
graylog
haproxy haproxy/README: make quotes consistent 2016-10-11 11:30:22 +01:00
hddtemp
http_listener Implement telegraf collecting stats on itself 2016-12-05 18:56:54 +00:00
http_response
httpjson Add support to parse JSON array. (#1965) 2016-11-15 13:02:55 -05:00
influxdb
internal Implement telegraf collecting stats on itself 2016-12-05 18:56:54 +00:00
ipmi_sensor
iptables
jolokia
kafka_consumer Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
kubernetes fix(kubernetes): Only initialize RoundTripper once (#1951) 2016-10-26 13:47:35 +01:00
leofs
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 Update README.md (#1868) 2016-11-03 18:28:24 +00:00
nats_consumer Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
net_response Utilize timeout in net_response plugin. 2016-05-23 15:59:23 +01:00
nginx
nsq
nsq_consumer Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
nstat
ntpq Major Logging Overhaul 2016-10-03 17:13:03 +01:00
passenger
phpfpm Fix phpfpm fcgi client panic when URL doesnt exist 2016-10-12 11:58:38 +01:00
ping Set reasonable defaults in ping plugin 2016-10-17 15:21:09 +01:00
postgresql
postgresql_extensible Support Processor & Aggregator Plugins 2016-10-12 14:50:19 +01:00
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
redis
rethinkdb
riak
sensors fix issue #1716 (#1749) 2016-09-12 10:30:35 +01:00
snmp snmp: use a shared global translation cache 2016-12-12 13:32:42 +00:00
snmp_legacy
sqlserver
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 Seems to be a toml parse bug around triple pounds 2016-02-18 14:36:03 -07:00
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 Update win_pref_counter to include Processor Queue Length in examples. (#2029) 2016-11-16 13:16:44 +00:00
zfs
zookeeper
EXAMPLE_README.md
mock_Plugin.go
registry.go