mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #712] Average execution time #512
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#512
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 @BeyondVertical on GitHub (Oct 5, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/712
I would like to add an idea, that would be helpful for me:
In the detail page of a check an option to display the average execution time would be very helpful. Maybe even a graph that displays the execution time? Also a minimum or maximum value could be helpful.
This would help especially when adding new features to a script to see if it is not consuming too much time.
Thanks for your consideration and your work!
@ravench commented on GitHub (Jul 8, 2024):
I'd like to expand on the graph idea:
I just wanted to open a feature request for a execution time graph per check, similar to the system metrics on https://status.healthchecks.io/en/.
This would allow to easily see patterns and tendencies in execution times.
We use Healthchecks for backups a lot, there this would allow ud to easily spot:
This helps improve our code, but also allows us to more easily set the correct grace period.
Currently, we manually check the execution times in the events log for each check. This works but is cumbersome.