-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7859334
commit dc2c944
Showing
4 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 【必读】故障案例征集 & Demo 模板 | ||
案例是最生动的理论,为了更好的指导生产环境实践,诚邀大家共建 【StabilityGuide 故障案例库】,你的分享能够帮助到他人,而他们的分享也能在最危急的时候给你指导。我为人人,人人为我,让我们一起加入分享! | ||
|
||
## 故障案例写作模板(推荐) | ||
|
||
* 标题:统一以【案例】开头,直观体现出问题的现象或结论,比如【案例】记一次线上内存不足告警排查过程 | ||
* 内容: | ||
* 问题现象描述:客观描述系统问题表象,不加主观判断和分析性结论。 | ||
* 问题排查过程:按时间线逐步讲解,图文结合效果更好。 | ||
* 问题根因定位:归纳问题产生的根本原因,如果没有定位到根因可以明确说明。 | ||
* 解决方案:通常分为短期解决方案和长期解决方案。 | ||
* 最终效果:与解决方案前后呼应。 | ||
* 扩展 | ||
* 个人思考:比如对问题的延伸思考,对相关技术的深度探索。 | ||
* 推荐工具/阅读:对相关的技术、工具和其他文章进行分享。 | ||
|
||
|
||
|
||
## 故障案例 Demo | ||
|
||
* [【案例】Dubbo 稳定性:Nacos 注册中心可用性问题复盘](https://github.com/StabilityMan/StabilityGuide/blob/master/docs/case/%E3%80%90%E6%A1%88%E4%BE%8B%E3%80%91Dubbo%E7%A8%B3%E5%AE%9A%E6%80%A7%EF%BC%9ANacos%E6%B3%A8%E5%86%8C%E4%B8%AD%E5%BF%83%E5%8F%AF%E7%94%A8%E6%80%A7%E9%97%AE%E9%A2%98%E5%A4%8D%E7%9B%98.md) @岛风 | ||
* [【案例】记一次线上内存报警排查过程](https://github.com/StabilityMan/StabilityGuide/blob/master/docs/case/%E3%80%90%E6%A1%88%E4%BE%8B%E3%80%91%E8%AE%B0%E4%B8%80%E6%AC%A1%E7%BA%BF%E4%B8%8A%E5%86%85%E5%AD%98%E6%8A%A5%E8%AD%A6%E6%8E%92%E6%9F%A5%E8%BF%87%E7%A8%8B.md) @神帅 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters