技术健康是指团队可持续交付、代码质量、系统可靠性和交付速度的综合体现。你无法改进无法衡量的东西,但目标是获得洞察以驱动改进,而不是追求某个数字。指标是手电筒,不是计分板。
要衡量什么
text
DELIVERY (DORA metrics — well-researched, balanced):
- Deployment frequency - Lead time for changes
- Change failure rate - Time to restore service
QUALITY / RELIABILITY:
- Production incident rate & severity
- Test coverage trend (direction, not a vanity %)
- Escaped-bug rate
TEAM / FLOW:
- Cycle time, time-in-review (slow review = hidden bottleneck)
- Recurring pain points (survey the team — they know)
使用 DORA,平衡指标
四个 DORA 指标之所以有价值,是因为它们平衡了速度和稳定性,你无法优化其中一个而不伤害另一个。高部署频率伴随高故障率是红旗,不是胜利。跟踪整个指标集,而不是单一数字。
