From 7905f1b6b374dbfaec7f118c5878f10c54a616eb Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Fri, 4 Apr 2014 14:55:23 -0700 Subject: [PATCH] website: Mention that telemetry can be streamed --- website/source/docs/agent/telemetry.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/agent/telemetry.html.markdown b/website/source/docs/agent/telemetry.html.markdown index fff8b6c250..b54427ccca 100644 --- a/website/source/docs/agent/telemetry.html.markdown +++ b/website/source/docs/agent/telemetry.html.markdown @@ -18,6 +18,10 @@ information to the stderr of the agent. In general, the telemetry information is used for debugging or otherwise getting a better view into what Consul is doing. +Additionally, if the `-statsite` [option](/docs/agent/options.html) is provided, +then the telemetry information will be streamed to a [statsite](github.com/armon/statsite) +server where it can be aggregate and flushed to Graphite or any other metrics store. + Below is an example output: ```