From a86bd85017289713bc03445c240cac8f1f21e5fc Mon Sep 17 00:00:00 2001 From: Renato Dinhani Date: Mon, 4 Mar 2024 15:56:57 -0300 Subject: [PATCH] remove internal ip --- static/prometheus.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/prometheus.yaml b/static/prometheus.yaml index 27592440c..2ab9ad244 100644 --- a/static/prometheus.yaml +++ b/static/prometheus.yaml @@ -7,5 +7,4 @@ scrape_configs: metrics_path: / static_configs: - targets: - - host.docker.internal:9000 - - 192.168.0.14:9000 \ No newline at end of file + - host.docker.internal:9000 \ No newline at end of file