[GH-ISSUE #915] Expose grace period metrics #645

Closed
opened 2026-02-25 23:43:08 +03:00 by kerem · 1 comment
Owner

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:

Metric Type Description
hc_check_up gauge Whether the check is currently up (1 for yes, 0 for no).
hc_check_started gauge Whether the check is currently started (1 for yes, 0 for no).
hc_tag_up gauge Whether all checks with this tag are up (1 for yes, 0 for no).
hc_checks_total gauge The total number of checks.
hc_checks_down_total gauge The number of checks currently down.

However, 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

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: | Metric | Type | Description | | ---------------------- | ----- | -------------------------------------------------------------- | | `hc_check_up` | gauge | Whether the check is currently up (1 for yes, 0 for no). | | `hc_check_started` | gauge | Whether the check is currently started (1 for yes, 0 for no). | | `hc_tag_up` | gauge | Whether all checks with this tag are up (1 for yes, 0 for no). | | `hc_checks_total` | gauge | The total number of checks. | | `hc_checks_down_total` | gauge | The number of checks currently down. | However, 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`
kerem 2026-02-25 23:43:08 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@cuu508 commented on GitHub (Nov 21, 2025):

Thanks for the suggestion. This has now been implemented and deployed.

<!-- gh-comment-id:3562560939 --> @cuu508 commented on GitHub (Nov 21, 2025): Thanks for the suggestion. This has now been implemented and deployed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#645
No description provided.