Commit 48d87a2a authored by Vitali Tatarintev's avatar Vitali Tatarintev

Merge branch 'sy-remove-monitor-metrics-feature-flag' into 'master'

Remove monitor flags for aggregate counters

See merge request gitlab-org/gitlab!50788
parents 95bbd63b 08d5d157
---
name: usage_data_incident_management_alerts_total_unique_counts
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/48087
rollout_issue_url:
milestone: '13.7'
type: development
group: group::monitor
default_enabled: false
---
name: usage_data_incident_management_incidents_total_unique_counts
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/48087
rollout_issue_url:
milestone: '13.7'
type: development
group: group::monitor
default_enabled: false
......@@ -22,7 +22,6 @@
'incident_management_alert_todo',
'incident_management_alert_create_incident'
]
feature_flag: usage_data_incident_management_alerts_total_unique_counts
- name: incident_management_incidents_total_unique_counts
operator: OR
events: [
......@@ -38,4 +37,3 @@
'incident_management_incident_unrelate',
'incident_management_incident_change_confidential'
]
feature_flag: usage_data_incident_management_incidents_total_unique_counts
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