增加alertmanager搜刮配置
This commit is contained in:
@ -20,7 +20,10 @@ scrape_configs:
|
|||||||
scrape_interval: 15s
|
scrape_interval: 15s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['localhost:9090']
|
- targets: ['localhost:9090']
|
||||||
|
- job_name: 'alertmanager'
|
||||||
|
scrape_interval: 15s
|
||||||
|
static_configs:
|
||||||
|
- targets: ['alertmanager:9093']
|
||||||
- job_name: 'cadvisor'
|
- job_name: 'cadvisor'
|
||||||
scrape_interval: 15s
|
scrape_interval: 15s
|
||||||
static_configs:
|
static_configs:
|
||||||
|
Reference in New Issue
Block a user