From ba3a06ec4c32c94c65052ccd17e89c4871b9ba87 Mon Sep 17 00:00:00 2001 From: petep Date: Sun, 10 Apr 2022 09:42:51 +0000 Subject: [PATCH] Update 'monitoring/agent.conf' --- monitoring/agent.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/agent.conf b/monitoring/agent.conf index 1ad2623..d9a084e 100644 --- a/monitoring/agent.conf +++ b/monitoring/agent.conf @@ -1,7 +1,7 @@ agent { proxy { - hostname = "prom_prox" // Proxy hostname + hostname = prom_prox // Proxy hostname port = 50051 // Proxy port } @@ -19,7 +19,7 @@ agent { { name: "Proxy metrics" path: proxy_metrics - url: "http://prom_prox:8082/metrics" + url: "http://172.17.0.2:8082/metrics" //url: "http://"${?HOSTNAME}":8082/metrics" } {