fix: update Traefik target in Prometheus config to use static IP address

This commit is contained in:
2026-07-12 12:03:23 +08:00
parent ac0a250354
commit b4263aa4b6
+1 -1
View File
@@ -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']