File size: 405 Bytes
6e8d20e
 
 
 
 
8a841b2
6e8d20e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"]