vercel-advanced-troubleshooting
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseVercel Advanced Troubleshooting
Vercel高级故障排查
Prerequisites
前提条件
- Access to production logs and metrics
- kubectl access to clusters
- Network capture tools available
- Understanding of distributed tracing
- 有权限访问生产日志和指标
- 拥有集群的kubectl访问权限
- 具备网络捕获工具
- 理解分布式追踪概念
Instructions
操作步骤
Step 1: Collect Evidence Bundle
步骤1:收集证据包
Run the comprehensive debug script to gather all relevant data.
运行全面的调试脚本来收集所有相关数据。
Step 2: Systematic Isolation
步骤2:系统性隔离
Test each layer independently to identify the failure point.
独立测试每一层以确定故障点。
Step 3: Create Minimal Reproduction
步骤3:创建最小复现案例
Strip down to the simplest failing case.
简化至最简单的故障场景。
Step 4: Escalate with Evidence
步骤4:提交证据并升级工单
Use the support template with all collected evidence.
使用支持模板提交所有收集到的证据。
Output
输出结果
- Comprehensive debug bundle collected
- Failure layer identified
- Minimal reproduction created
- Support escalation submitted
- 已收集全面的调试包
- 已确定故障层级
- 已创建最小复现案例
- 已提交支持升级工单
Error Handling
错误处理
See for comprehensive error handling.
{baseDir}/references/errors.md请查看获取全面的错误处理方案。
{baseDir}/references/errors.mdExamples
示例
See for detailed examples.
{baseDir}/references/examples.md请查看获取详细示例。
{baseDir}/references/examples.md