mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #915] Expose grace period metrics #645
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#645
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @theS1LV3R on GitHub (Nov 15, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/915
At the moment healthchecks.io expose the following metrics:
hc_check_uphc_check_startedhc_tag_uphc_checks_totalhc_checks_down_totalHowever, in the web-gui it also shows whenever a check is within its grace period (Shows an orange icon).
It would be awesome if that could be exposed as a metric on a per-check basis, something like
hc_check_grace@cuu508 commented on GitHub (Nov 21, 2025):
Thanks for the suggestion. This has now been implemented and deployed.