Skip to content

Instantly share code, notes, and snippets.

@alisaliso
Created February 14, 2024 09:14
Show Gist options
  • Save alisaliso/044ad1b150a59d4b6cd27a696b471c17 to your computer and use it in GitHub Desktop.
Save alisaliso/044ad1b150a59d4b6cd27a696b471c17 to your computer and use it in GitHub Desktop.

List of Postmortem examples

what is a postmortem?

A postmortem is a written record of an incident. Among other things, it documents the incident’s impact, what caused it, the actions taken to mitigate or fix it, and how to prevent it from happening again.

Title

Date - when it happend?

Authors - list of people who erote the postmortem

Status - Current status of the postmortem

Summary

A one-sentence summary of the incident.

Impact

The incident's impact on customers and revenue or reputation, if known. e.g. 'Users where unable to cretae bookings from 9:20 to 11:00'

Root Cause

What has caused the incident?

Trigger

What happend to lead to the accident?

Resolution

The actions that resolved the outage. e.g. 'Disabling feature X helped to mitigate the problem. Rolling pack to version Y resolved it'

Detection

How the problem was noticed? e.g. 'Recived messasge from Z in Digital Freight Teams channel'

Actions Items

A list of actions taken (with links to GitHub PRs/Releases) to mitigate or resolve the problem, and to prevent it from recurring

Lessons Learned

What went well? What went wrong? And what was sheer luck/magically fixed?

Timeline

A detailed timeline of the events related to the incident

Supporting infornation

Additional graphs, screenshots, command outputs, requests info, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment