Commit a16cffcd authored by Adam Hegyi's avatar Adam Hegyi

Enable new_project_level_vsa_backend FF by default

parent eaa75548
...@@ -60,7 +60,7 @@ module CycleAnalytics ...@@ -60,7 +60,7 @@ module CycleAnalytics
end end
def [](stage_name) def [](stage_name)
if Feature.enabled?(:new_project_level_vsa_backend, resource_parent) if Feature.enabled?(:new_project_level_vsa_backend, resource_parent, default_enabled: true)
StageAdapter.new(build_stage(stage_name), options) StageAdapter.new(build_stage(stage_name), options)
else else
Gitlab::CycleAnalytics::Stage[stage_name].new(options: options) Gitlab::CycleAnalytics::Stage[stage_name].new(options: options)
......
---
title: Use the improved version of Value Stream Analytics backend on the project level
merge_request: 50141
author:
type: performance
...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/282435 ...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/282435
milestone: '13.7' milestone: '13.7'
type: development type: development
group: group::optimize group: group::optimize
default_enabled: false default_enabled: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment