Spaces:
Build error
Build error
File size: 342 Bytes
6423ff2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'backend'
metrics_path: '/metrics'
static_configs:
- targets: ['backend:8000']
- job_name: 'redis'
static_configs:
- targets: ['redis:6379']
|