-
Notifications
You must be signed in to change notification settings - Fork 943
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 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
Jump to
Diff view
Diff view
- Loading branch information
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 { | ||
|
||
|
||
// 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.