From ee5858d5385c62f3cb8de8340f2da5b00ef4397f Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sun, 12 Jul 2026 10:19:39 +0800 Subject: [PATCH] feat: update Traefik target in Prometheus config to use core_traefik service --- 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 e1f834f..f98e700 100644 --- a/swarm/prometheus/prometheus.yml +++ b/swarm/prometheus/prometheus.yml @@ -15,5 +15,5 @@ scrape_configs: # so 'traefik' resolves via Swarm DNS. - job_name: 'traefik' static_configs: - - targets: ['traefik:8080'] + - targets: ['core_traefik:8080'] metrics_path: /metrics