prometheus.yaml 243 B

1234567891011121314
  1. global:
  2. scrape_interval: 30s
  3. scrape_timeout: 10s
  4. rule_files:
  5. - alert.yml
  6. scrape_configs:
  7. - job_name: services
  8. metrics_path: /metrics
  9. static_configs:
  10. - targets:
  11. - 'prometheus:9090'
  12. # - 'kafka-ui:8080'