checkly / public-roadmap

Checkly public roadmap. All planned features, updates and tweaks.
https://checklyhq.com
37 stars 7 forks source link

Absolute duration of downtimes #280

Open MMore opened 1 year ago

MMore commented 1 year ago

At the moment there is only a percentage about a down time. I'd like to see the absolute duration of a downtime.

tnolet commented 1 year ago

@MMore thanks for contributing. Let me explain why we don't have that right now. Any check that is run on longer frequencies, e.g. 60 minutes will report a somewhat distorted number. We want to tackle that with our retry logic first, so we can report better, more accurate downtimes. E.g. you 60m Check should be retried with some backoff over a period of time until it is rescheduled again on its normal 60m frequency.

So this ticket https://github.com/checkly/public-roadmap/issues/208 will be solved first. I will mark this ticket as an opportunity as we do want to surface that information.