From bbf67d83fb5ddafdd0645d5002b25559868667ba Mon Sep 17 00:00:00 2001 From: Alvaro Miranda Date: Sun, 27 Dec 2015 18:19:31 +1300 Subject: [PATCH] fix identation on statsd_addr ditto --- website/source/docs/agent/options.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index d3610a03d0..c2b85a2396 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -566,7 +566,7 @@ definitions support being updated during a reload. * `start_join_wan` An array of strings specifying addresses of WAN nodes to [`-join-wan`](#_join_wan) upon startup. - * `statsd_addr` This provides the address of a +* `statsd_addr` This provides the address of a statsd instance in the format `host:port`. If provided, Consul will send various telemetry information to that instance for aggregation. This can be used to capture runtime information. This sends UDP packets only and can be used with statsd or statsite.