Merge pull request #1549 from kikitux/patch-1

[doc] fix identation on statsd_addr
This commit is contained in:
James Phillips 2016-01-02 06:50:56 -08:00
commit f861f35da7
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
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
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.