| 1234567891011121314151617181920 |
- global:
- scrape_interval: 5s
- evaluation_interval: 10s
- scrape_configs:
- - job_name: ingestd
- static_configs:
- - targets: ['ingestd:8080']
- - job_name: routerd
- static_configs:
- - targets: ['routerd:8081']
- - job_name: deliverd
- static_configs:
- - targets: ['deliverd:8082']
- - job_name: admind
- static_configs:
- - targets: ['admind:8083']
- - job_name: loadgen
- static_configs:
- - targets: ['loadgen-http:9091']
|