Skip to content

Commit 7b85acb

Browse files
Merge pull request #371 from typeid/graduate_clustermonitoringebb
Feat(OSD-19770): graduate ClusterMonitoringErrorBudgetBurn to non-experimental
2 parents 9c0f638 + 0900111 commit 7b85acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/investigations/clustermonitoringerrorbudgetburn/clustermonitoringerrorbudgetburn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func (c *Investigation) ShouldInvestigateAlert(alert string) bool {
9797
}
9898

9999
func (c *Investigation) IsExperimental() bool {
100-
return true
100+
return false
101101
}
102102

103103
// Check if the `Available` status condition reports a broken UWM config

0 commit comments

Comments
 (0)