From a6e100fd5406ebbc93d2ef1b19ad90a8745102a1 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 29 Jan 2018 12:16:15 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad93f706..2d4d79c5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ setting should be set less than the collection `interval` to prevent errors. ### New Plugins + - [nats](./plugins/inputs/nats/README.md) - Thanks to @mjs & @levex ### Features @@ -36,6 +37,7 @@ - [#2754](https://github.com/influxdata/telegraf/pull/2754): Allow running as console application on Windows. - [#3703](https://github.com/influxdata/telegraf/pull/3703): Add listener counts and node running status to rabbitmq input. - [#3674](https://github.com/influxdata/telegraf/pull/3674): Add NATS Monitoring Input Plugin. +- [#3702](https://github.com/influxdata/telegraf/pull/3702): Add ability to select which queues will be gathered in rabbitmq input. ### Bugfixes