From 5cf1b95c29e4e3236a13af006805901b34cedc31 Mon Sep 17 00:00:00 2001 From: Daniel Wendler Date: Mon, 11 Mar 2024 14:52:04 +0100 Subject: [PATCH] Fix host header mention in prometheus metrics doc --- docs/content/observability/metrics/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/observability/metrics/prometheus.md b/docs/content/observability/metrics/prometheus.md index 4a3ec0a32..9c610332c 100644 --- a/docs/content/observability/metrics/prometheus.md +++ b/docs/content/observability/metrics/prometheus.md @@ -235,4 +235,4 @@ traefik_entrypoint_requests_total{code="200",entrypoint="web",method="GET",proto // For incoming requests, the Host header is promoted to the // Request.Host field and removed from the Header map. - As a workaround, to obtain the Host of a request as a label, one should use instead the `X-Forwarded-For` header. + As a workaround, to obtain the Host of a request as a label, one should use instead the `X-Forwarded-Host` header.