From 21a0be183f950fcf56481f99e88449bef1d8d03e Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 12 Jun 2019 13:15:26 -0600 Subject: [PATCH] removed unnecessary newline in AMQP plugin description --- data/telegraf_plugins.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index 1d1cf0914..87d72ca78 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -44,8 +44,7 @@ input: id: amqp_consumer description: | The AMQP Consumer input plugin provides a consumer for use with AMQP 0-9-1, - a prominent implementation of this protocol - being RabbitMQ. + a prominent implementation of this protocol being RabbitMQ. link: https://github.com/influxdata/telegraf/blob/release-1.11/plugins/inputs/amqp_consumer/README.md introduced: 1.3.0 tags: [linux, macos, windows, messaging]