From bf83c7fa07b3a3fd85eda479cdb2f1625f023e5b Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 31 Oct 2022 16:57:36 +0100 Subject: [PATCH] mac/prometheus: updated DNS name for host internal IP (#16038) --- config/daemon/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/daemon/prometheus.md b/config/daemon/prometheus.md index 7cfa2aea3c..8371571bac 100644 --- a/config/daemon/prometheus.md +++ b/config/daemon/prometheus.md @@ -149,7 +149,7 @@ scrape_configs: # scheme defaults to 'http'. static_configs: - - targets: ['docker.for.mac.host.internal:9323'] + - targets: ['host.docker.internal:9323'] ```