correctly format variable name within upgrade doc

Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
James Rasell 2021-03-10 15:08:17 +01:00 committed by GitHub
parent b7f60ba122
commit 2ec9e59122
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ used to document those details separately from the standard upgrade flow.
#### Agent Metrics API
The Nomad agent metrics API now respects the
[prometheus_metrics](https://www.nomadproject.io/docs/configuration/telemetry#prometheus_metrics)
[`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.