Files
query-orchestration/deployments/prometheus.allmetrics.yaml
T
Michael McGuinness 62886dbba8 Merged in feature/removejob (pull request #95)
Remove Job

* removejob

* rmjob

* sync

* cleanup

* precommit

* startslow

* startslow

* startslow

* openapi

* clean

* test

* scripts

* littlecleanercmds

* mermaid
2025-03-10 11:03:00 +00:00

54 lines
1.2 KiB
YAML

# prometheus.yml
---
global:
scrape_interval: 10s
scrape_configs:
- client_name: "query_service"
static_configs:
- targets:
- "query_service:8080"
metrics_path: "/metrics"
- client_name: "doc_init_runner"
static_configs:
- targets:
- "doc_init_runner:8080"
metrics_path: "/metrics"
- client_name: "doc_clean_runner"
static_configs:
- targets:
- "doc_clean_runner:8080"
metrics_path: "/metrics"
- client_name: "doc_text_runner"
static_configs:
- targets:
- "doc_text_runner:8080"
metrics_path: "/metrics"
- client_name: "query_sync_runner"
static_configs:
- targets:
- "query_sync_runner:8080"
metrics_path: "/metrics"
- client_name: "query_runner"
static_configs:
- targets:
- "query_runner:8080"
metrics_path: "/metrics"
- client_name: "client_sync_runner"
static_configs:
- targets:
- "client_sync_runner:8080"
metrics_path: "/metrics"
- client_name: "query_version_sync_runner"
static_configs:
- targets:
- "query_version_sync_runner:8080"
metrics_path: "/metrics"