fix: consul_metrics input plugin docs (#10873)
This commit is contained in:
parent
5992fc47ac
commit
a0ed5241d4
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue