fix: consul_metrics input plugin docs (#10873)

This commit is contained in:
Francesco Bartolini 2022-03-23 14:55:21 +01:00 committed by GitHub
parent 5992fc47ac
commit a0ed5241d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"