ai-servers/monitoring/prometheus.yml

15 lines
301 B
YAML

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