원 레포랑 완전 분리
This commit is contained in:
27
prometheus.yml
Normal file
27
prometheus.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user