feat: update Traefik target in Prometheus config to use core_traefik service

This commit is contained in:
2026-07-12 10:19:39 +08:00
parent eed8b229c8
commit ee5858d538
+1 -1
View File
@@ -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