prometheus.yaml 188 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
# prometheus.yaml
global:
  scrape_interval: 5s
  evaluation_interval: 30s

scrape_configs:
  - job_name: vllm
    static_configs:
      - targets:
          - 'host.docker.internal:8000'