From a19185037437d7e0908f922aa3827a327e7eef96 Mon Sep 17 00:00:00 2001 From: petep Date: Sun, 10 Apr 2022 09:50:16 +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 d9a084e..c70a1c2 100644 --- a/monitoring/agent.conf +++ b/monitoring/agent.conf @@ -1,7 +1,7 @@ agent { proxy { - hostname = prom_prox // Proxy hostname + hostname = 172.20.0.7 // Proxy hostname port = 50051 // Proxy port } @@ -19,7 +19,7 @@ agent { { name: "Proxy metrics" path: proxy_metrics - url: "http://172.17.0.2:8082/metrics" + url: "http://172.20.0.7:8082/metrics" //url: "http://"${?HOSTNAME}":8082/metrics" } {