From b4263aa4b662725b144cfe43f304748284ccd023 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sun, 12 Jul 2026 12:03:23 +0800 Subject: [PATCH] fix: update Traefik target in Prometheus config to use static IP address --- swarm/prometheus/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/prometheus/prometheus.yml b/swarm/prometheus/prometheus.yml index f47b131..348e81a 100644 --- a/swarm/prometheus/prometheus.yml +++ b/swarm/prometheus/prometheus.yml @@ -16,4 +16,4 @@ scrape_configs: # Metrics are served on the dedicated "metrics" entrypoint (port 8082). - job_name: 'traefik' static_configs: - - targets: ['core_traefik:8082'] + - targets: ['192.168.50.220:8082']