ops: wire monitoring stack to traefik metrics

This commit is contained in:
2026-05-16 22:10:43 +02:00
parent 58eb53a6a8
commit 6e28ea94d2
3 changed files with 46 additions and 13 deletions
+2 -2
View File
@@ -23,6 +23,6 @@ scrape_configs:
- job_name: traefik
metrics_path: /metrics
static_configs:
# Expects Traefik metrics to be reachable on the Unraid host at port 8082.
# Traefik exposes Prometheus metrics internally on its metrics entrypoint.
- targets:
- host.docker.internal:8082
- traefik:8082