Collection interval random jittering

closes #460
This commit is contained in:
Cameron Sparr
2016-01-19 13:00:36 -07:00
parent f3b553712a
commit d3a5cca1bc
3 changed files with 31 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
- [#522](https://github.com/influxdata/telegraf/pull/522): Phusion passenger input plugin. Thanks @kureikain!
- [#541](https://github.com/influxdata/telegraf/pull/541): Kafka output TLS cert support. Thanks @Ormod!
- [#551](https://github.com/influxdb/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.
### Bugfixes
- [#506](https://github.com/influxdb/telegraf/pull/506): Ping input doesn't return response time metric when timeout. Thanks @titilambert!