mirror of https://github.com/vacp2p/wakurtosis.git
18 lines
373 B
YAML
18 lines
373 B
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'prometheus'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
- job_name: 'warkurtosis'
|
|
scrape_interval: 1s
|
|
file_sd_configs:
|
|
- files:
|
|
- '/tmp/targets.json'
|
|
- job_name: 'cadvisor'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['cadvisor:8080']
|