fix(monitoring): 恢復 exporter scrape 目標
All checks were successful
CD Pipeline / deploy (push) Successful in 1m41s

This commit is contained in:
OoO
2026-04-30 14:35:09 +08:00
parent 5695ead4dc
commit f30ee955ff
7 changed files with 24 additions and 6 deletions

4
app.py
View File

@@ -95,8 +95,8 @@ except Exception as e:
sys_log.error(f"無法檢測磁碟空間: {e}")
# 🚩 系統版本定義 (備份與顯示用)
# 🚩 2026-04-30 V10.24: EDM dashboard blueprint endpoint sort link fix
SYSTEM_VERSION = "V10.24"
# 🚩 2026-04-30 V10.25: Monitoring blackbox/cAdvisor scrape recovery
SYSTEM_VERSION = "V10.25"
# ==========================================
# 🔒 SQL Injection 防護函數