Spre 5085 kueue predictive alerts#1093
Open
idankatzle wants to merge 1 commit into
Open
Conversation
e777d88 to
0b98d41
Compare
0b98d41 to
8538f57
Compare
8538f57 to
e17ca4c
Compare
Contributor
Author
|
Added KueuePredictiveQuotaStarvation to detect potential quota leaks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://redhat.atlassian.net/issues?filter=-1&selectedIssue=SPRE-5085
Description
This PR introduces predictive alerting for Kueue to identify potential infrastructure issues before they impact users. These alerts were designed based on the analysis of itn-2026-00086.
Included Alerts:
KueuePredictiveQuotaStarvation: Detects gaps between admitted and active workloads (Quota leak detection).
KueueHighPriorityBuildDelay: Alerts when critical build tasks wait in queue for more than 15 minutes.
KueueMintmakerStarvation: Monitors long-term starvation (>12h) for background dependency updates.
Pre-Submission Checklist
[x] Jira Ticket: Linked in PR name and commit (SPRE-5085).
[x] Alert Tests: Unit tests added in test/promql/tests/data_plane/kueue_predictive_alerts_test.yaml and verified with promtool.
[x] SOP / Runbook: Alerts include descriptive annotations to guide the on-call engineer.
[ ] Dashboards Addition: N/A.
[x] Contribution Guides: Follows all repository conventions.
[x] Pipeline Finished Successfully: Local promtool validation passed.