28 lines
571 B
YAML
28 lines
571 B
YAML
global:
|
|
scrape_interval: 1m
|
|
evaluation_interval: 1m
|
|
|
|
scrape_configs:
|
|
- job_name: "llm_gateway"
|
|
metrics_path: /metrics
|
|
static_configs:
|
|
- targets: ["pgn_api_8888:8888"]
|
|
|
|
- job_name: "ocr"
|
|
metrics_path: /metrics
|
|
static_configs:
|
|
- targets: ["ocr_api_8890:8890"]
|
|
|
|
- job_name: "stt"
|
|
metrics_path: /metrics
|
|
static_configs:
|
|
- targets: ["stt_fastapi:8899"]
|
|
|
|
- job_name: "node"
|
|
static_configs:
|
|
- targets: ["pgn_node_exporter:9100"]
|
|
|
|
- job_name: "gpu"
|
|
static_configs:
|
|
- targets: ["pgn_dcgm_exporter:9400"]
|