diff --git a/prometheus/templates/prometheus.yml.j2 b/prometheus/templates/prometheus.yml.j2 index fc8ec77..92b29c3 100644 --- a/prometheus/templates/prometheus.yml.j2 +++ b/prometheus/templates/prometheus.yml.j2 @@ -12,7 +12,7 @@ scrape_configs: - targets: ["localhost:9090"] - job_name: gateway_ucode static_configs: - - targets: ["10.1.1.1:80"] + - targets: ["10.1.1.1:9101"] - job_name: gateway_lua static_configs: - targets: ["10.1.1.1:9100"]