From b7f60ba12292731a5391568fb85b65bc0bacf780 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Tue, 9 Mar 2021 15:40:08 +0100 Subject: [PATCH] docs: add upgrade guide for change to metrics API. --- website/content/docs/upgrade/upgrade-specific.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/content/docs/upgrade/upgrade-specific.mdx b/website/content/docs/upgrade/upgrade-specific.mdx index ce9a94b0a..e9fd2a10b 100644 --- a/website/content/docs/upgrade/upgrade-specific.mdx +++ b/website/content/docs/upgrade/upgrade-specific.mdx @@ -14,6 +14,15 @@ upgrade. However, specific versions of Nomad may have more details provided for their upgrades as a result of new features or changed behavior. This page is used to document those details separately from the standard upgrade flow. +## Nomad 1.1.0 + +#### Agent Metrics API + +The Nomad agent metrics API now respects the +[prometheus_metrics](https://www.nomadproject.io/docs/configuration/telemetry#prometheus_metrics) +configuration value. If this value is set to `false`, which is the default value, +calling `/v1/metrics?format=prometheus` will now result in a response error. + ## Nomad 1.0.3, 0.12.10 Nomad versions 1.0.3 and 0.12.10 change the behavior of the `exec` and `java` drivers so that