Files
enginex-mlu370-vllm/vllm-v0.6.2/examples/production_monitoring/prometheus.yaml
2026-02-04 17:22:39 +08:00

11 lines
188 B
YAML

# prometheus.yaml
global:
scrape_interval: 5s
evaluation_interval: 30s
scrape_configs:
- job_name: vllm
static_configs:
- targets:
- 'host.docker.internal:8000'