Add docker metrics to prometheus.
This commit is contained in:
@@ -6,4 +6,7 @@ scrape_configs:
|
||||
- job_name: 'prometheus'
|
||||
static_configs:
|
||||
- targets: ['prometheus.lan']
|
||||
- job_name: 'docker'
|
||||
static_configs:
|
||||
- targets: ['localhost:9323']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user