Skip to content

Commit 449a80b

Browse files
authored
feat(slo-v2): Enable FF by default (#1786)
#### What this PR does / Why we need it: Enables SLO-V2 support by default #### Special notes for your reviewer: #### Does this PR introduce a user-facing change?
1 parent 35ceb50 commit 449a80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/featureflags/temporary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ var temporaryDefaultValues = map[FeatureFlag]defaultValue{
5959
Segments: true,
6060
ServiceUsers: false,
6161
OnlyCreateReferencesInStringValues: false,
62-
ServiceLevelObjective: false,
62+
ServiceLevelObjective: true,
6363
AccessControlSettings: false,
6464
}

0 commit comments

Comments
 (0)