Skip to content

Commit 47987a0

Browse files
committed
OSD-28525 - make MachineHealthCheckShortCircuitUnterminatedSRE investigation non-experimental
1 parent c1da1a1 commit 47987a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/investigations/machinehealthcheckunterminatedshortcircuitsre/machinehealthcheckunterminatedshortcircuitsre.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ func (i *Investigation) Description() string {
321321
}
322322

323323
func (i *Investigation) IsExperimental() bool {
324-
return true
324+
return false
325325
}
326326

327327
func (i *Investigation) ShouldInvestigateAlert(alert string) bool {

0 commit comments

Comments
 (0)