From 2e60cc3a42931771b011280c7bd116e0275cb9f0 Mon Sep 17 00:00:00 2001 From: Ranomier Date: Mon, 12 May 2025 09:29:05 +0200 Subject: [PATCH] fix: use correct variable metrics-addr rename metrics-address to metrics-addr --- content/manuals/engine/daemon/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/daemon/prometheus.md b/content/manuals/engine/daemon/prometheus.md index 5e194d627da..9efd97be138 100644 --- a/content/manuals/engine/daemon/prometheus.md +++ b/content/manuals/engine/daemon/prometheus.md @@ -29,7 +29,7 @@ instance using Prometheus. ### Configure the daemon To configure the Docker daemon as a Prometheus target, you need to specify the -`metrics-address` in the `daemon.json` configuration file. This daemon expects +`metrics-addr` in the `daemon.json` configuration file. This daemon expects the file to be located at one of the following locations by default. If the file doesn't exist, create it.