From 91690b1d3efa37b20db48d9d8782f787cefb1ee7 Mon Sep 17 00:00:00 2001 From: Lukasz Jagiello Date: Fri, 19 May 2017 11:37:31 -0700 Subject: [PATCH] Consul plugin README typo (#2829) --- plugins/inputs/consul/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/consul/README.md b/plugins/inputs/consul/README.md index 8241bae47..29027805b 100644 --- a/plugins/inputs/consul/README.md +++ b/plugins/inputs/consul/README.md @@ -1,6 +1,6 @@ # Telegraf Input Plugin: Consul -This plugin will collect statistics about all helath checks registered in the Consul. It uses [Consul API](https://www.consul.io/docs/agent/http/health.html#health_state) +This plugin will collect statistics about all health checks registered in the Consul. It uses [Consul API](https://www.consul.io/docs/agent/http/health.html#health_state) to query the data. It will not report the [telemetry](https://www.consul.io/docs/agent/telemetry.html) but Consul can report those stats already using StatsD protocol if needed. ## Configuration: