mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #455] 'received via the /fail endpoint' to include the status code? #344
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#344
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 @wlupton on GitHub (Nov 25, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/455
I'm wondering whether log item details (in the GUI) could include the status code. Currently I believe we see this:
regardless of whether the
/failor/<status>endpoint was used.@cuu508 commented on GitHub (Nov 25, 2020):
Healthchecks currently doesn't tack the status code (and so cannot display it), but this is something it could and probably should do.
Storing one extra single-byte field per ping should be fine.
@cuu508 commented on GitHub (Nov 27, 2020):
Once we start tracking exit status in the database, we can show it in the "ping details" dialog:
And in the event log:
In the log, there's no explanation for what a number in a red badge means. But I think a technical user would be able to guess, especially the person who set it up.