prometheus.yml 459 B

1234567891011121314151617181920
  1. global:
  2. scrape_interval: 5s
  3. evaluation_interval: 10s
  4. scrape_configs:
  5. - job_name: ingestd
  6. static_configs:
  7. - targets: ['ingestd:8080']
  8. - job_name: routerd
  9. static_configs:
  10. - targets: ['routerd:8081']
  11. - job_name: deliverd
  12. static_configs:
  13. - targets: ['deliverd:8082']
  14. - job_name: admind
  15. static_configs:
  16. - targets: ['admind:8083']
  17. - job_name: loadgen
  18. static_configs:
  19. - targets: ['loadgen-http:9091']