2024-05-07 08:08:43 +00:00
|
|
|
global:
|
2024-05-07 12:06:50 +00:00
|
|
|
scrape_interval: 15s
|
2024-05-07 08:08:43 +00:00
|
|
|
|
|
|
|
scrape_configs:
|
|
|
|
- job_name: 'prometheus'
|
|
|
|
scrape_interval: 5s
|
|
|
|
static_configs:
|
|
|
|
- targets: ['localhost:9090']
|
|
|
|
|
|
|
|
|
2024-05-07 12:06:50 +00:00
|
|
|
- job_name: 'node_exporter'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['node_exporter:9100']
|
|
|
|
|
|
|
|
|
|
|
|
- job_name: 'cadvisor'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['cadvisor:8080']
|