Commit ee9a839f authored by Adam Hegyi's avatar Adam Hegyi

Enable store_instance_statistics_measurements FF

This change enables `store_instance_statistics_measurements` feature
flag by default.
parent 0828e47b
......@@ -14,7 +14,7 @@ module Analytics
idempotent!
def perform
return if Feature.disabled?(:store_instance_statistics_measurements)
return if Feature.disabled?(:store_instance_statistics_measurements, default_enabled: true)
recorded_at = Time.zone.now
measurement_identifiers = Analytics::InstanceStatistics::Measurement.identifiers
......
---
title: Store object counts periodically for instance statistics
merge_request: 42433
author:
type: changed
......@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41300
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/247871
group: group::analytics
type: development
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