mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #101] Improve "Ping expected but not received" messages in Log pages #66
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#66
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 @cuu508 on GitHub (Dec 1, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/101
The log pages are limited to show no more than 10 consecutive "Ping expected but not received" messages. Otherwise, in some cases, the log pages could get excessively large. For example, when the period is 1 minute, and the check has been down for a month, that would be 43'200 log entries.
To make the log page less confusing I'm thinking about the following:
@cuu508 commented on GitHub (Jun 29, 2017):
Log pages do not show "Ping expected but not received" messages any more, instead they show the received pings and the sent notifications. Closing this issue as it's now obsolete.