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" } {