Some checks failed
CD Pipeline / deploy (push) Failing after 59s
- 建立 Gitea Actions CD pipeline (.gitea/workflows/cd.yaml) - 部署模式: rsync Python 檔案至 188 → docker restart (volume mount) - Dockerfile/requirements 變動時自動重建 Docker image - 部署通知: Telegram (開始/成功/失敗) - 健康檢查: https://mo.wooo.work/health (最多 5 次重試) - 同步最新 CLAUDE.md / ADR-008 / memory (2026-04-19) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
# =============================================================================
|
|
# WOOO TECH - Momo Pro System
|
|
# Grafana Datasources Configuration
|
|
# =============================================================================
|
|
|
|
apiVersion: 1
|
|
|
|
datasources:
|
|
# ---------------------------------------------------------------------------
|
|
# Prometheus - 指標數據源(主要)
|
|
# ---------------------------------------------------------------------------
|
|
- name: Prometheus
|
|
uid: prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://prometheus:9090
|
|
isDefault: true
|
|
editable: false
|
|
jsonData:
|
|
timeInterval: "15s"
|
|
queryTimeout: "60s"
|
|
httpMethod: "POST"
|
|
|
|
# ---------------------------------------------------------------------------
|
|
# Loki - 日誌數據源
|
|
# ---------------------------------------------------------------------------
|
|
- name: Loki
|
|
uid: loki
|
|
type: loki
|
|
access: proxy
|
|
url: http://loki:3100
|
|
isDefault: false
|
|
editable: false
|
|
jsonData:
|
|
maxLines: 1000
|
|
derivedFields:
|
|
- datasourceUid: prometheus
|
|
matcherRegex: "traceID=(\\w+)"
|
|
name: TraceID
|
|
url: "$${__value.raw}"
|