Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose grace period metrics #915

Open
theS1LV3R opened this issue Nov 15, 2023 · 0 comments
Open

Expose grace period metrics #915

theS1LV3R opened this issue Nov 15, 2023 · 0 comments
Labels

Comments

@theS1LV3R
Copy link

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

@cuu508 cuu508 added the feature label Dec 15, 2023
@cuu508 cuu508 changed the title Feature request: Expose grace period metrics Expose grace period metrics Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants