Add docker metrics to prometheus.

This commit is contained in:
2022-06-29 08:20:42 +02:00
parent 4c55df2531
commit 7ca7323273

View File

@@ -6,4 +6,7 @@ scrape_configs:
- job_name: 'prometheus' - job_name: 'prometheus'
static_configs: static_configs:
- targets: ['prometheus.lan'] - targets: ['prometheus.lan']
- job_name: 'docker'
static_configs:
- targets: ['localhost:9323']