vllm/examples/production_monitoring/prometheus.yaml

11 lines
188 B
YAML
Raw Normal View History

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