Add Cloudwatch output

closes #553
This commit is contained in:
Stephen Kwong
2016-01-18 11:39:14 -08:00
committed by Cameron Sparr
parent f24f5e98dd
commit e0dc1ef5bd
6 changed files with 361 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
- [#551](https://github.com/influxdata/telegraf/pull/551): Statsd UDP read packet size now defaults to 1500 bytes, and is configurable.
- [#552](https://github.com/influxdata/telegraf/pull/552): Support for collection interval jittering.
- [#484](https://github.com/influxdata/telegraf/issues/484): Include usage percent with procstat metrics.
- [#553](https://github.com/influxdata/telegraf/pull/553): Amazon CloudWatch output. thanks @skwong2!
### Bugfixes
- [#506](https://github.com/influxdata/telegraf/pull/506): Ping input doesn't return response time metric when timeout. Thanks @titilambert!