원 레포랑 완전 분리

This commit is contained in:
ai-cell-a100-1
2025-08-11 18:56:38 +09:00
commit 7217d3cbaa
86 changed files with 6631 additions and 0 deletions

27
prometheus.yml Normal file
View 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"]