global: scrape_interval: 15s evaluation_interval: 15s rule_files: # - "first_rules.yml" # - "second_rules.yml" scrape_configs: - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] - job_name: 'whoosh-backend' static_configs: - targets: ['whoosh-backend:8000'] metrics_path: '/metrics' - job_name: 'bzzz-coordinator' static_configs: - targets: ['bzzz-coordinator:8080'] metrics_path: '/metrics' - job_name: 'slurp-api' static_configs: - targets: ['slurp-api:8000'] metrics_path: '/metrics' - job_name: 'slurp-rl-tuner' static_configs: - targets: ['slurp-rl-tuner:8000'] metrics_path: '/metrics'