1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00
copilot/legacy/spikes/leak/prometheus/prometheus.yml

18 lines
525 B
YAML
Raw Normal View History

scrape_configs:
# - job_name: 'leak-fast'
# scrape_interval: 15s
# static_configs:
# - targets: ['fast-node:8000', 'another-fast-node:8000']
# - job_name: 'leak-slow'
# scrape_interval: 15s
# static_configs:
# - targets: ['slow-node:8000']
# - job_name: 'no-leak'
# scrape_interval: 15s
# static_configs:
# - targets: ['plain-node:8000']
- job_name: 'leak'
2017-03-20 10:38:10 +02:00
scrape_interval: 15s
static_configs:
- targets: ['fast-node:8000', 'slow-node:8000', 'plain-node:8000']