AudioForge / monitoring /prometheus.yml
OnyxlMunkey's picture
c618549
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']