From 1ea3ed93bbd1b4894867f6a6be9f6a43244503ab Mon Sep 17 00:00:00 2001 From: Malcolm Stewart Date: Fri, 2 Jan 2026 18:04:29 -0500 Subject: [PATCH] Fix gateway exporter port --- prometheus/templates/prometheus.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]