From ff64833b4aa327760e591af72bad3d6689d47e10 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 9 Aug 2016 16:03:59 -0700 Subject: [PATCH] Adds a note about HTTP telemetry. --- website/source/docs/agent/telemetry.html.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/agent/telemetry.html.markdown b/website/source/docs/agent/telemetry.html.markdown index da2b4f5a7..107260957 100644 --- a/website/source/docs/agent/telemetry.html.markdown +++ b/website/source/docs/agent/telemetry.html.markdown @@ -177,4 +177,10 @@ These metrics give insight into the health of the cluster as a whole. ms timer + + `consul.http..` + This tracks how long it takes to service the given HTTP request for the given verb and path. Note that paths do not include details like service or key names, for these an underscore will be present as a placeholder (eg. `consul.http.GET.v1.kv._`) + ms + timer +