FAEA/infra/prometheus.yml
Luciabrightcode dab56e743b feat(phase4): Implement Deployment & Optimization Layer
- Scale docker-compose.yml (5 browser, 20 extractor replicas)
- Add Prometheus and Grafana monitoring services
- Implement persistent Redis TaskWorker in src/orchestrator/worker.py
- Implement MetricsCollector in src/core/monitoring.py
- Implement SessionRecoveryManager in src/core/recovery.py
- Update README.md with production usage guide
- Update root documentation (implementation_plan.md, walkthrough.md)
2025-12-23 13:09:27 +08:00

7 lines
136 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: 'orchestrator'
static_configs:
- targets: ['orchestrator:8000']