Commit 64ed0485 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch '254721-enable-store_ci_pipeline_counts_by_status-ff-by-default' into 'master'

Enable store_ci_pipeline_counts_by_status FF

Closes #254721

See merge request gitlab-org/gitlab!43857
parents e503b498 0da0d000
......@@ -38,7 +38,7 @@ module Analytics
scope :with_identifier, -> (identifier) { where(identifier: identifier) }
def self.measurement_identifier_values
if Feature.enabled?(:store_ci_pipeline_counts_by_status)
if Feature.enabled?(:store_ci_pipeline_counts_by_status, default_enabled: true)
identifiers.values
else
identifiers.values - EXPERIMENTAL_IDENTIFIERS.map { |identifier| identifiers[identifier] }
......
---
title: Store pipeline counts by status for instance statistics
merge_request: 43857
author:
type: added
......@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/43027
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/254721
type: development
group: group::analytics
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