Add health check API for overdue checks #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a check task runs too long, other monitor checks may not start. A health check API would allow users to check if a monitor run has been skipped so that they can investigate.
Right now, this could also be done by monitoring the most recent checks using Prometheus and Grafana, but a simpler health check API would allow another Minitor instance to monitor health as well.
This approach also provides a way to check for failed alerts.