Spaces:
Sleeping
Sleeping
File size: 383 Bytes
9a3b3da b7cb2c4 9a3b3da b7cb2c4 9a3b3da b7cb2c4 9a3b3da | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
# Job 1: Collects all metrics from your combined FastAPI app
- job_name: 'smartcoffee-agent'
metrics_path: '/metrics'
static_configs:
- targets: ['localhost:7860']
# Job 2: Self-monitoring for Prometheus
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
|