- Notifications
You must be signed in to change notification settings - Fork1k
chore: implement oom/ood processing component#16436
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
6c6240b
b3081de
a9c8676
1a84f96
78ede46
0d2b970
0df2fd5
854d81a
9d9d7b4
4c21ce7
944fdb5
6444176
bc87268
d2265f6
82a9852
62621d4
81f43d3
7522b37
69c4f42
44ebf65
714e743
7cf5212
d08e713
ed42eae
1b0d0d2
51b16c6
4e43bab
4e144ae
da25ecc
fe1e805
abbd522
456989e
1550cc6
7998f89
bda8f29
9d662a3
bff48dc
c343a70
babc48f
01ca549
a975810
ee35d85
d2fa8df
27d78d1
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -89,7 +89,6 @@ func CalculateVolumeUsageStates( | ||
} | ||
func NextState(c Config, oldState database.WorkspaceAgentMonitorState, states []State) database.WorkspaceAgentMonitorState { | ||
DanielleMaywood marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. I think we should consider moving the monitor state into This can be in a follow-up. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. I agree there should be more visibility if all datapoints are unknown. I don't believe we currently surface the monitor state anywhere so, at least for now, an There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Let's document this in a follow-up issue. | ||
// If there are enough consecutive NOK states, we should be in an | ||
// alert state. | ||
consecutiveNOKs := slice.CountConsecutive(StateNOK, states...) | ||
Uh oh!
There was an error while loading.Please reload this page.