Add traefik metrics to prometheus.

This commit is contained in:
2022-06-30 06:14:06 +02:00
parent c4eef29a75
commit 817a675395

View File

@@ -12,3 +12,6 @@ scrape_configs:
- job_name: node-exporter
static_configs:
- targets: ['node-exporter.lan']
- job_name: traefik
static_configs:
- targets: ['traefik.lan']