From 7e6c3d32027f60389c81e3427941e25b7adf6553 Mon Sep 17 00:00:00 2001 From: Laura Uva Date: Thu, 26 Oct 2017 17:26:51 -0700 Subject: [PATCH] Added clarification to telemetry doc that API endpoint is available only as of version 0.7 of Nomad. --- website/source/docs/agent/telemetry.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/telemetry.html.md b/website/source/docs/agent/telemetry.html.md index 4c9738750..0f808bae0 100644 --- a/website/source/docs/agent/telemetry.html.md +++ b/website/source/docs/agent/telemetry.html.md @@ -15,7 +15,7 @@ second interval and are retained for one minute. This data can be accessed via an HTTP endpoint or via sending a signal to the Nomad process. -Via HTTP, this data is available at `/metrics`. See +Via HTTP, as of Nomad version 0.7, this data is available at `/metrics`. See [Metrics](/api/metrics.html) for more information.