fix identation on statsd_addr

ditto
This commit is contained in:
Alvaro Miranda 2015-12-27 18:19:31 +13:00
parent 59c79e8b6a
commit bbf67d83fb
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ definitions support being updated during a reload.
* <a name="start_join_wan"></a><a href="#start_join_wan">`start_join_wan`</a> An array of strings specifying * <a name="start_join_wan"></a><a href="#start_join_wan">`start_join_wan`</a> An array of strings specifying
addresses of WAN nodes to [`-join-wan`](#_join_wan) upon startup. addresses of WAN nodes to [`-join-wan`](#_join_wan) upon startup.
* <a name="statsd_addr"></a><a href="#statsd_addr">`statsd_addr`</a> This provides the address of a * <a name="statsd_addr"></a><a href="#statsd_addr">`statsd_addr`</a> This provides the address of a
statsd instance in the format `host:port`. If provided, Consul will send various telemetry information 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 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. only and can be used with statsd or statsite.