Spaces:
Running
Running
| 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"] | |