From a0ed5241d4710d0f54a6c4cc6c9c413b3bced6dc Mon Sep 17 00:00:00 2001 From: Francesco Bartolini Date: Wed, 23 Mar 2022 14:55:21 +0100 Subject: [PATCH] fix: consul_metrics input plugin docs (#10873) --- plugins/inputs/consul_metrics/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/consul_metrics/README.md b/plugins/inputs/consul_metrics/README.md index bbdcd4ec7..dc5d46c78 100644 --- a/plugins/inputs/consul_metrics/README.md +++ b/plugins/inputs/consul_metrics/README.md @@ -2,12 +2,12 @@ This plugin grabs metrics from a Consul agent. Telegraf may be present in every node and connect to the agent locally. In this case should be something like `http://127.0.0.1:8500`. -> Tested on Consul 1.10.4 +> Tested on Consul 1.10.4 . ## Configuration ```toml -[[inputs.consul]] +[[inputs.consul_metrics]] ## URL for the Consul agent # url = "http://127.0.0.1:8500"