2016-11-23 01:03:33 +02:00
|
|
|
scrape_configs:
|
|
|
|
- job_name: 'leak-fast'
|
|
|
|
# Override the global default and scrape targets from this job every 5 seconds.
|
|
|
|
scrape_interval: 1s
|
|
|
|
static_configs:
|
2016-11-23 18:27:02 +02:00
|
|
|
- targets: ['fast-node:8000', 'another-fast-node:8000']
|
2016-11-23 01:03:33 +02:00
|
|
|
- job_name: 'leak-slow'
|
|
|
|
# Override the global default and scrape targets from this job every 5 seconds.
|
|
|
|
scrape_interval: 1s
|
|
|
|
static_configs:
|
|
|
|
- targets: ['slow-node:8000']
|
|
|
|
- job_name: 'no-leak'
|
|
|
|
# Override the global default and scrape targets from this job every 5 seconds.
|
|
|
|
scrape_interval: 1s
|
|
|
|
static_configs:
|
|
|
|
- targets: ['plain-node:8000']
|