Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions communicate/status-pages/incidents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ From there, you can:
* Change the incident severity
* Delete the incident entirely

## Incident duration

Incident duration measures the actual downtime of your service. It is calculated based on the timestamps of your incident updates:

- **Resolved incidents**: Duration is measured from the first update to the first resolved update that closed the incident. If the incident was later re-opened and resolved again, the duration extends to the final resolved update.
- **Ongoing incidents**: Duration is measured from the first update to the current time.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently this will often be off by up to ~2 minutes because we get this from the backend then we cache it

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if we should specify this in the docs, I could probably eventually find a workaround for this

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I wouldn't mention it yet?


For example, if an incident was opened at 10:00, resolved at 10:30, then re-opened at 11:00 and resolved again at 11:30, the duration would be 1 hour 30 minutes (10:00 → 11:30). However, if the incident was resolved at 10:30 and a second resolved update was added later without re-opening, the duration remains 30 minutes.

You can adjust the incident duration by editing the public date on incident updates, or by [backfilling an incident](/communicate/status-pages/incidents#backfilling-an-incident) with custom timestamps.

## Incident notifications

Whenever you post an incident update, Checkly can automatically send email notifications to users subscribed to your Status Page.
Expand Down