Add traefik metrics to prometheus.
This commit is contained in:
@@ -12,3 +12,6 @@ scrape_configs:
|
|||||||
- job_name: node-exporter
|
- job_name: node-exporter
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['node-exporter.lan']
|
- targets: ['node-exporter.lan']
|
||||||
|
- job_name: traefik
|
||||||
|
static_configs:
|
||||||
|
- targets: ['traefik.lan']
|
||||||
|
|||||||
Reference in New Issue
Block a user