diff --git a/CHANGELOG.md b/CHANGELOG.md index 9467af2ee..278015cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,10 @@ - [#5010](https://github.com/influxdata/telegraf/issues/5010): Add X-Requested-By header to graylog input. - [#5052](https://github.com/influxdata/telegraf/issues/5052): Fix metric memory not freed from the metric buffer on write. - [#3817](https://github.com/influxdata/telegraf/issues/3817): Add support for client tls certificates in postgresql inputs. -- [#5118](https://github.com/influxdata/telegraf/issues/5118): Prevent panic when marking the offset in kafka_consumer. -- [#5085](https://github.com/influxdata/telegraf/issues/5085): Add early metrics to aggregator and honor drop_original setting. -- [#5112](https://github.com/influxdata/telegraf/issues/5112): Use -W flag on bsd variants in ping input. +- [#5082](https://github.com/influxdata/telegraf/issues/5082): Prevent panic when marking the offset in kafka_consumer. +- [#5084](https://github.com/influxdata/telegraf/issues/5084): Add early metrics to aggregator and honor drop_original setting. +- [#5112](https://github.com/influxdata/telegraf/pull/5112): Use -W flag on bsd variants in ping input. +- [#5114](https://github.com/influxdata/telegraf/issues/5114): Allow delta metrics in wavefront parser. ## v1.9 [2018-11-20]