Files
query-orchestration/deployments/prometheus.allmetrics.yaml
T
Michael McGuinness 81e7223560 Merged in feature/textextraction (pull request #110)
Text Extraction

* bases

* go

* splitting

* structure

* movetoasync

* movetoasync

* settinguptrigger

* reorder

* storevent

* standardisepollingvalidation

* unittests

* fixlint

* fixlint

* awscfg

* generatesample

* followthrough

* tests

* clena

* store

* externalidcleanup

* clientid

* local

* baseunittests

* putobjecttests

* tests
2025-04-02 18:50:03 +00:00

66 lines
1.4 KiB
YAML

# prometheus.yml
---
global:
scrape_interval: 10s
scrape_configs:
- job_name: "query_api"
static_configs:
- targets:
- "query_api:8080"
metrics_path: "/metrics"
- job_name: "store_event_runner"
static_configs:
- targets:
- "store_event_runner:8080"
metrics_path: "/metrics"
- job_name: "doc_init_runner"
static_configs:
- targets:
- "doc_init_runner:8080"
metrics_path: "/metrics"
- job_name: "doc_clean_runner"
static_configs:
- targets:
- "doc_clean_runner:8080"
metrics_path: "/metrics"
- job_name: "doc_text_trigger_runner"
static_configs:
- targets:
- "doc_text_trigger_runner:8080"
metrics_path: "/metrics"
- job_name: "doc_text_process_runner"
static_configs:
- targets:
- "doc_text_process_runner:8080"
metrics_path: "/metrics"
- job_name: "query_sync_runner"
static_configs:
- targets:
- "query_sync_runner:8080"
metrics_path: "/metrics"
- job_name: "query_runner"
static_configs:
- targets:
- "query_runner:8080"
metrics_path: "/metrics"
- job_name: "client_sync_runner"
static_configs:
- targets:
- "client_sync_runner:8080"
metrics_path: "/metrics"
- job_name: "query_version_sync_runner"
static_configs:
- targets:
- "query_version_sync_runner:8080"
metrics_path: "/metrics"