From f09817ada6745de9ad0364630609f97a6892b25e Mon Sep 17 00:00:00 2001 From: Ryan Breen Date: Wed, 25 Mar 2015 08:56:40 -0400 Subject: [PATCH] Website: GH-730 for docs/agent/telemetry.html. --- website/source/docs/agent/telemetry.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/telemetry.html.markdown b/website/source/docs/agent/telemetry.html.markdown index 3c2de9e807..dfb635ae51 100644 --- a/website/source/docs/agent/telemetry.html.markdown +++ b/website/source/docs/agent/telemetry.html.markdown @@ -19,7 +19,7 @@ it will dump the current telemetry information to the agent's `stderr`. This telemetry information can be used for debugging or otherwise getting a better view of what Consul is doing. -Additionally, if the `statsite_addr` [configuration option](/docs/agent/options.html) +Additionally, if the [`statsite_addr` configuration option](/docs/agent/options.html#statsite_addr) is provided, the telemetry information will be streamed to a [statsite](http://github.com/armon/statsite) server where it can be aggregate and flushed to Graphite or any other metrics store.