prometheus.yaml 208 B

12345678910
  1. global:
  2. scrape_interval: 1s
  3. evaluation_interval: 1s
  4. scrape_configs:
  5. - job_name: aphrodite-engine
  6. metrics_path: /metrics/
  7. static_configs:
  8. - targets:
  9. - 'host.docker.internal:2242'