feat: update Traefik target in Prometheus config to use IP address for metrics scraping

This commit is contained in:
2026-07-12 10:43:36 +08:00
parent c4da70db26
commit 22330eb516
+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']