mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[GH-ISSUE #367] Badge with uptime % #280
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#280
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 @BobCashStory on GitHub (May 1, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/367
it could be great to have badge option with uptime Ratio like that :

It can be nice to have it in the check page too .
@cuu508 commented on GitHub (Nov 19, 2025):
Thanks, this is an interesting idea, but I'm not planning to work on this.
Badges are public, can be embedded in public documents, and so need to be generated very efficiently – we may need to serve hundreds of badge requests per second. With the current data model the downtime calculation is relatively expensive. Changing the data model would be a major task, and, for me, the cost-benefit ratio isn't there.