mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Customizable Heartbeat trail intervals on Status Page #4519
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#4519
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 @fsedarkalex on GitHub (Dec 9, 2025).
📑 I have found these related issues/pull requests
I found a few requests relating tot he percentage but not to the heartbeat trail
🏷️ Feature Request Type
Status-page
🔖 Feature description
Currently there is a fixed amount of heartbeas visibel on the SP. So visible range = 60*monitor interval.
My sugestion it to add a few options.
✔️ Solution
What I would find very handy is multiple options:
Maybe we should not use the individual heartbeat but the worst in the specific timerange?
❓ Alternatives
For Variable intervals, as the proposed soution is likely hard to implement, it could probably also be an option to use a fixed model like
at a usual interval of 120sec this makes a total overview over last ~30h
📝 Additional Context
Regarding the option 2, think of a sensor checking every 60 seconds and the range set to 3h. The interface would then show the marked heartbeats
... 1:00 1:01 1:02 1:03 1:04 1:05 1:06 1:07 1:08 1:09 1:10 1:11 1:12 1:13 1:14 1:15
@CommanderStorm commented on GitHub (Dec 9, 2025):
Closing as a duplicate of #1888
If you have content advise, please raise that there.
If you have engineeing time to invest into getting https://github.com/louislam/uptime-kuma/pull/5916 into a mergable state..