diff options
Diffstat (limited to 'config/metrics/aggregates')
-rw-r--r-- | config/metrics/aggregates/code_review.yml | 2 | ||||
-rw-r--r-- | config/metrics/aggregates/common.yml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/config/metrics/aggregates/code_review.yml b/config/metrics/aggregates/code_review.yml index 04a0b5e34e9..aee0e602e7b 100644 --- a/config/metrics/aggregates/code_review.yml +++ b/config/metrics/aggregates/code_review.yml @@ -73,6 +73,7 @@ - 'i_code_review_post_merge_click_cherry_pick' - 'i_code_review_post_merge_submit_revert_modal' - 'i_code_review_post_merge_submit_cherry_pick_modal' + - 'i_code_review_user_jetbrains_api_request' - name: code_review_category_monthly_active_users operator: OR source: redis @@ -144,3 +145,4 @@ time_frame: [7d, 28d] events: - 'i_code_review_user_vs_code_api_request' + - 'i_code_review_user_jetbrains_api_request' diff --git a/config/metrics/aggregates/common.yml b/config/metrics/aggregates/common.yml index beabb72dd72..50d5122e806 100644 --- a/config/metrics/aggregates/common.yml +++ b/config/metrics/aggregates/common.yml @@ -1,6 +1,6 @@ # Aggregated metrics that include EE only event names within `events:` attribute have to be defined at ee/config/metrics/aggregates/common.yml # instead of this file. -#- name: unique name of aggregated metric +# - name: unique name of aggregated metric # operator: aggregation operator. Valid values are: # - "OR": counts unique elements that were observed triggering any of following events # - "AND": counts unique elements that were observed triggering all of following events |