Spaces:
Sleeping
Sleeping
| global: | |
| scrape_interval: 15s | |
| scrape_configs: | |
| - job_name: api-gateway | |
| static_configs: | |
| - targets: ["api-gateway:8080"] | |
| - job_name: detection | |
| static_configs: | |
| - targets: ["detection:8001"] | |
| - job_name: embedding | |
| static_configs: | |
| - targets: ["embedding:8002"] | |
| - job_name: vector-search | |
| static_configs: | |
| - targets: ["vector-search:8003"] | |