docs: add incident duration calculation and custom date sections#218
Merged
docs: add incident duration calculation and custom date sections#218
Conversation
shiini2
commented
Mar 17, 2026
| 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. |
Contributor
Author
There was a problem hiding this comment.
Currently this will often be off by up to ~2 minutes because we get this from the backend then we cache it
Contributor
Author
There was a problem hiding this comment.
not sure if we should specify this in the docs, I could probably eventually find a workaround for this
Contributor
There was a problem hiding this comment.
Yeah I wouldn't mention it yet?
thebiglabasky
approved these changes
Mar 17, 2026
Contributor
Author
|
@thebiglabasky how does one go about deploying to docs? 🤔 not seeing any workflow getting triggered, and my changes didn't seem to make it to prod either edit: took a while but it's on prod now |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Related: https://github.com/checkly/monorepo/pull/950