Stack-2-9-finetuned / stack /deploy /prometheus.yml
walidsobhie-code
refactor: Squeeze folders further - cleaner structure
65888d5
raw
history blame contribute delete
706 Bytes
global:
scrape_interval: 15s
evaluation_interval: 15s
external_labels:
monitor: 'stack-29-monitor'
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'vllm'
static_configs:
- targets: ['vllm:8000']
metrics_path: '/metrics'
scrape_interval: 10s
- job_name: 'redis'
static_configs:
- targets: ['redis:6379']
scrape_interval: 30s
- job_name: 'node'
static_configs:
- targets: ['node-exporter:9100']
scrape_interval: 30s
rule_files:
# - "first_rules.yml"
# - "second_rules.yml"
alerting:
alertmanagers:
- static_configs:
- targets:
# - alertmanager:9093