InferRoute / prometheus.yml
Ypeng12's picture
feat: Kubernetes-ready multi-provider LLM gateway v0.2.0
8a841b2
Raw
History Blame Contribute Delete
405 Bytes
global:
scrape_interval: 5s
evaluation_interval: 5s
scrape_configs:
- job_name: "inferroute-gateway"
static_configs:
- targets: ["gateway:8080"] # If running gateway inside docker-compose
- targets: ["host.docker.internal:8080"] # If running gateway locally on host
- job_name: "otel-collector"
static_configs:
- targets: ["otel-collector:8888", "otel-collector:9464"]