From 7b80f5d2783b703d4b67277145852b3465e5898f 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 da2b4f5a70..1072609574 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 +