monitoring-setup
✓Python/React 项目的应用程序监控和可观察性设置。在配置日志记录、指标收集、运行状况检查、警报规则或仪表板创建时使用。涵盖使用 structlog 进行结构化日志记录、FastAPI 的 Prometheus 指标、运行状况检查端点、警报阈值设计、Grafana 仪表板模式、使用 Sentry 进行错误跟踪以及正常运行时间监控。不涵盖事件响应程序(使用事件响应)或部署(使用部署管道)。
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
详情
- 分类
- {}数据分析
- 来源
- skills.sh
- 收录时间
- 2026-02-05