Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: changelog auto-resolved-incidents (#676)

authored by

Maximilian Kaske and committed by
GitHub
2075793e ab613fd0

+18
apps/web/public/assets/changelog/auto-resolved-incidents.png

This is a binary file and will not be displayed.

+18
apps/web/src/content/changelog/auto-resolved-incidents.mdx
··· 1 + --- 2 + title: Auto Resolved Incidents 3 + description: Automatically resolve incidents when your endpoint is back. 4 + image: /assets/changelog/auto-resolved-incidents.png 5 + publishedAt: 2024-02-19 6 + --- 7 + 8 + We have added auto-resolved incidents to the incident management feature. Now, 9 + once your endpoint is back up and running i.e. _more than 50% of the regions are 10 + not failing_, the incident will be automatically resolved. The time between the 11 + creation and resolution of the incident will be marked as downtime on the status 12 + page. 13 + 14 + Additionally, the calculated `p95` latency over a day has been removed. It is 15 + costly to calculate and was not providing much value. 16 + 17 + Instead, we are thinking of adding a chart that shows the latency of the last X 18 + days/hours. If you have ideas, [let us know](/discord)!