prometheus.yml 259 B

12345678910111213
  1. global:
  2. scrape_interval: 30s
  3. scrape_timeout: 10s
  4. scrape_configs:
  5. - job_name: services
  6. metrics_path: /metrics
  7. static_configs:
  8. - targets:
  9. - 'prometheus:9090'
  10. - 'volume:9325'
  11. - 'filer:9326'
  12. - 's3:9327'