-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect metric at the dashboard overview #621
Comments
I've also seen this value go down between reloads as if the number of failed jobs in the last 7 days has decreased, meanwhile new failed jobs are actually still occurring. Would this be related? I guess this would just be because it's actually over the last hour that is decreasing despite more jobs failing just because the last hour's failed jobs are no longer being counted. |
The problem is (by default) only the past hour of failed jobs are included in the dashboard count. The labelled "FAILED JOBS PAST 7 DAYS" period is from I put some branches together, one of them can be put up as a pull request. Option 1 - make count behave as already labelledUse Proposed branch: 3.0...derekmd:dashboard-7-day-failed-job-count Option 2 - fix label to match metric count being showKeep the current Branch: 3.0...derekmd:fix-dashboard-failed-jobs-duration-label Option 3 - add a new configuration variableAdd a new
Branch: 3.0...derekmd:dashboard-failed-job-count-config-filter Cast a VoteIf there isn't a consensus what to do by Tuesday, I'll pull request option 1 since it has the least friction. |
Option 1 for me 👍 |
I wonder what @halaei thinks here. |
Option 1 for me |
Option 1 for me too |
1️⃣ |
Description:
I believe the dashboard displays an incorrect label or number for the failed jobs metric.
In the screenshot, 19 is the number of jobs failed within the last hour and not last 7 days.
Not sure if it is related, but my horizon trim configuration is:
The text was updated successfully, but these errors were encountered: