From 9ec7f749aa9cf24899464662cc20407aea85f373 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Wed, 5 Sep 2018 14:57:20 -0700 Subject: [PATCH] Update changelog and readme --- CHANGELOG.md | 6 ++++++ README.md | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe42f2d9..f7a3ccd6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,10 @@ - [valuecounter](./plugins/aggregators/valuecounter/README.md) - Contributed by @piotr1212 +### New Outputs + +- [azure_monitor](./plugins/outputs/azure_monitor/README.md) - Contributed by @influxdata + ### Features - [#4236](https://github.com/influxdata/telegraf/pull/4236): Add SSL/TLS support to redis input. @@ -79,6 +83,8 @@ - [#4585](https://github.com/influxdata/telegraf/pull/4585): Add Kibana input plugin. - [#4439](https://github.com/influxdata/telegraf/pull/4439): Add csv parser plugin. - [#4598](https://github.com/influxdata/telegraf/pull/4598): Add read_buffer_size option to statsd input. +- [#4089](https://github.com/influxdata/telegraf/pull/4089): Add azure_monitor output plugin. +- [#4628](https://github.com/influxdata/telegraf/pull/4628): Add queue_durability parameter to amqp_consumer input. ### Bugfixes diff --git a/README.md b/README.md index 867aa10f7..22d31556c 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,7 @@ formats may be used with input plugins supporting the `data_format` option: * [application_insights](./plugins/outputs/application_insights) * [aws kinesis](./plugins/outputs/kinesis) * [aws cloudwatch](./plugins/outputs/cloudwatch) +* [azure_monitor](./plugins/inputs/azure_monitor) * [cratedb](./plugins/outputs/cratedb) * [datadog](./plugins/outputs/datadog) * [discard](./plugins/outputs/discard)