global: scrape_interval: 15s evaluation_interval: 15s scrape_configs: - job_name: prometheus static_configs: - targets: - prometheus:9090 # Fleet coordinator metrics (queue depth, factory health, reaper, breakers, # budgets). The endpoint requires a bearer token — set `credentials` below to # the same value as platform-service's FLEET_METRICS_TOKEN (.env). The default # here is a non-secret placeholder for the local prototype; change it for any # shared/remote deployment. - job_name: platform-service-fleet metrics_path: /api/fleet/metrics/prom scheme: http authorization: type: Bearer credentials: changeme-fleet-metrics-token static_configs: - targets: - platform-service:4003 - job_name: node-exporter static_configs: - targets: - node-exporter:9100 - job_name: cadvisor static_configs: - targets: - cadvisor:8080