Changelog

All the latest features, fixes and work to OpenStatus.

Auto Resolved Incidents

Auto Resolved Incidents

We have added auto-resolved incidents to the incident management feature. Now, once your endpoint is back up and running i.e. more than 50% of the regions are not failing, the incident will be automatically resolved. The time between the creation and resolution of the incident will be marked as downtime on the status page.

Additionally, the calculated p95 latency over a day has been removed. It is costly to calculate and was not providing much value.

Instead, we are thinking of adding a chart that shows the latency of the last X days/hours. If you have ideas, let us know!

Dashboard Metrics Card

Dashboard Metrics Card

You can now see more insights into your services with the new metrics card on the monitor's overview.

Choose a period and see the: uptime percentage, number of errors, number of total requests, average, p99, p95, p90, and p75 response times - and compare the metrics with the previous period.

You'll also notice that you can now filter the charts by region and combine or split the regions separately for simpler comparison.

Additionally, we've updated the monitor settings section to improve the UI/UX.

So go to your dashboard to check it out!

Terraform Provider

Terraform Provider

We are excited to announce the release of the Terraform provider for OpenStatus. This provider allows you to manage your Grafana Cloud resources using Terraform, enabling you to define and manage your OpenStatus resources as code.

Here's the link to the: OpenStats Terraform Provider

Checker Playground

Checker Playground

You can now test your API or website from multiple regions around the world and experience the performance of your application from the different continents.

Learn more about dns, tls, ttfb and more metrics that are collected by the checker.

Go to the Playground to test your endpoint.

But there is more: use the https://checker.openstatus.dev/ping API endpoint to get the metrics by yourself.

For example:

Read more about the Checker API in our docs.

Latency quantiles

Latency quantiles

You can now refine your latency data more effectively with quantiles: p99, p95, p90, and p75. The average (avg) has been retained.

The <Tracker /> data on your status pages now displays the p95 quantile instead of the average.

Furthermore, the /monitors layout has been updated. The data table has its dedicated tab to prevent loading excessive data at once, along with the edit form. The pause button is also now more quickly accessible.

Invidivual Status Report Page

Invidivual Status Report Page

Every created status report now has its own page. That will make it easier to share the status report with your team and across your users.

Additionally, we've addded a neutral blue color to the tracker whenever a status report has been published.

Status Update Subscriber

Status Update Subscriber

You can now subscribe to pro plan status updates via email.

As a subscriber, we require you to verify your email address to avoid spam. You can do this by clicking the link in the email we send you after you subscribe.

Team invites

Team invites

As a Pro plan user, you can now invite you favorite team members to your workspace and collaborate on your project together.

Golang monitor checker

Golang monitor checker

The endpoint health checker has been improved to be more stable and reliable with Go. In the past, we have been experiencing missing data endpoints and longer request times for some regions.

In addition to that, we have renamed the Incidents to Status Reports to easily distinguish between internal incidents and external reports.

The API endpoint has also moved from /v1/incidents to /v1/status_reports. Read more in the docs.

Dark mode support

Dark mode support

You can now use dark mode on the website, after a long awaited pull request #73 has been merged.

The default theme will still be light mode. You can change the theme in the footer of the website.