joyent-portal/spikes/leak/prometheus.yml

18 lines
534 B
YAML
Raw Normal View History

scrape_configs:
- job_name: 'leak-fast'
2017-03-06 19:15:16 +02:00
scrape_interval: 15s
static_configs:
2016-11-23 18:27:02 +02:00
- targets: ['fast-node:8000', 'another-fast-node:8000']
- job_name: 'leak-slow'
2017-03-06 19:15:16 +02:00
scrape_interval: 15s
static_configs:
- targets: ['slow-node:8000']
- job_name: 'no-leak'
2017-03-06 19:15:16 +02:00
scrape_interval: 15s
static_configs:
- targets: ['plain-node:8000']
2017-03-06 19:15:16 +02:00
# - job_name: 'leak'
# scrape_interval: 1s
# static_configs:
# - targets: ['fast-node:8000', 'another-fast-node:8000', 'slow-node:8000', 'plain-node:8000']