vllm/vllm_v0.10.0/examples/online_serving/prometheus_grafana/prometheus.yaml

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'