From 5f140f197203d7be39f2da7a381272beaf4e777b Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Sun, 3 May 2015 16:54:19 -0700 Subject: [PATCH] website: document statsite_prefix option --- website/source/docs/agent/options.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 8c36fec319..80b8303526 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -526,6 +526,10 @@ definitions support being updated during a reload. aggregation. This can be used to capture runtime information. This streams via TCP and can only be used with statsite. +* `statsite_prefix` + The prefix used while writing all telemetry data to statsite. By default, this + is set to "consul". + * `syslog_facility` When [`enable_syslog`](#enable_syslog) is provided, this controls to which facility messages are sent. By default, `LOCAL0` will be used.