global:
  scrape_interval: 15s
  evaluation_interval: 15s

scrape_configs:
  - job_name: 'swarm-coordinator'
    static_configs:
      - targets: ['swarm-coordinator:8080']

  - job_name: 'agentdb'
    static_configs:
      - targets: ['agentdb:5432']

  - job_name: 'git-benchmark'
    static_configs:
      - targets: ['git-benchmark:9100']

  - job_name: 'jj-benchmark'
    static_configs:
      - targets: ['jj-benchmark:9100']
