aefrs-space / monitoring /prometheus /prometheus.yml
mohamedkh001
Deploy AEFRS complete system with models and services
ea93121
raw
history blame contribute delete
379 Bytes
global:
scrape_interval: 15s
scrape_configs:
- job_name: api-gateway
static_configs:
- targets: ["api-gateway:8080"]
- job_name: detection
static_configs:
- targets: ["detection:8001"]
- job_name: embedding
static_configs:
- targets: ["embedding:8002"]
- job_name: vector-search
static_configs:
- targets: ["vector-search:8003"]