ai-servers/monitoring/prometheus.yml

15 lines
293 B
YAML

global:
scrape_interval: 30s
scrape_configs:
- job_name: 'new-api'
static_configs:
- targets: ['new-api:3000']
- job_name: 'node'
static_configs:
- targets: ['node-exporter:9100']
- job_name: 'valkey'
static_configs:
- targets: ['redis-exporter:9121']