·monitoring-setup
{}

monitoring-setup

hieutrtr/ai1-skills

Python/React 項目的應用程序監控和可觀察性設置。在配置日誌記錄、指標收集、運行狀況檢查、警報規則或儀表板創建時使用。涵蓋使用 structlog 進行結構化日誌記錄、FastAPI 的 Prometheus 指標、運行狀況檢查端點、警報閾值設計、Grafana 儀表板模式、使用 Sentry 進行錯誤跟踪以及正常運行時間監控。不涵蓋事件響應程序(使用事件響應)或部署(使用部署管道)。

10安裝·0熱度·@hieutrtr

安裝

$npx skills add https://github.com/hieutrtr/ai1-skills --skill monitoring-setup

SKILL.md

Use the RED method for request-driven services and USE method for resources.

Use structured JSON logging with contextual information. Never use print() or unstructured logging in production.

| DEBUG | Detailed diagnostic info, disabled in production | Processing item 42 of 100 | | INFO | Normal operations, significant events | User created, Payment processed | | WARNING | Unexpected but handled situation | Retry attempt 2 of 3, Cache miss | | ERROR | Operation failed, needs attention | Database query failed, External API timeout |

Python/React 項目的應用程序監控和可觀察性設置。在配置日誌記錄、指標收集、運行狀況檢查、警報規則或儀表板創建時使用。涵蓋使用 structlog 進行結構化日誌記錄、FastAPI 的 Prometheus 指標、運行狀況檢查端點、警報閾值設計、Grafana 儀表板模式、使用 Sentry 進行錯誤跟踪以及正常運行時間監控。不涵蓋事件響應程序(使用事件響應)或部署(使用部署管道)。 來源:hieutrtr/ai1-skills。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/hieutrtr/ai1-skills --skill monitoring-setup
分類
{}資料分析
認證
收錄時間
2026-02-05
更新時間
2026-02-18

快速解答

什麼是 monitoring-setup?

Python/React 項目的應用程序監控和可觀察性設置。在配置日誌記錄、指標收集、運行狀況檢查、警報規則或儀表板創建時使用。涵蓋使用 structlog 進行結構化日誌記錄、FastAPI 的 Prometheus 指標、運行狀況檢查端點、警報閾值設計、Grafana 儀表板模式、使用 Sentry 進行錯誤跟踪以及正常運行時間監控。不涵蓋事件響應程序(使用事件響應)或部署(使用部署管道)。 來源:hieutrtr/ai1-skills。

如何安裝 monitoring-setup?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/hieutrtr/ai1-skills --skill monitoring-setup 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/hieutrtr/ai1-skills