Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/metrics/aggregates/common.yml')
-rw-r--r--config/metrics/aggregates/common.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/config/metrics/aggregates/common.yml b/config/metrics/aggregates/common.yml
index 50d5122e806..0a9aec02b1a 100644
--- a/config/metrics/aggregates/common.yml
+++ b/config/metrics/aggregates/common.yml
@@ -62,3 +62,27 @@
- 'i_testing_group_code_coverage_visit_total'
- 'i_testing_load_performance_widget_total'
- 'i_testing_metrics_report_widget_total'
+- name: xmau_plan
+ operator: OR
+ source: redis
+ time_frame: [7d, 28d]
+ events:
+ - users_creating_work_items
+ - users_updating_work_item_title
+ feature_flag: track_work_items_activity
+- name: xmau_project_management
+ operator: OR
+ source: redis
+ time_frame: [7d, 28d]
+ events:
+ - users_creating_work_items
+ - users_updating_work_item_title
+ feature_flag: track_work_items_activity
+- name: users_work_items
+ operator: OR
+ source: redis
+ time_frame: [7d, 28d]
+ events:
+ - users_creating_work_items
+ - users_updating_work_item_title
+ feature_flag: track_work_items_activity