diff --git a/ee/lib/ee/gitlab/usage_data_counters/known_events/ecosystem.yml b/ee/lib/ee/gitlab/usage_data_counters/known_events/ecosystem.yml new file mode 100644 index 0000000000000000000000000000000000000000..b02b73d81931317516066d163a5f517c17b7b940 --- /dev/null +++ b/ee/lib/ee/gitlab/usage_data_counters/known_events/ecosystem.yml @@ -0,0 +1,8 @@ +- name: i_ecosystem_jira_service_create_issue + category: ecosystem + redis_slot: ecosystem + aggregation: weekly +- name: i_ecosystem_jira_service_list_issues + category: ecosystem + redis_slot: ecosystem + aggregation: weekly diff --git a/lib/gitlab/usage_data_counters/hll_redis_counter.rb b/lib/gitlab/usage_data_counters/hll_redis_counter.rb index 29e93dd3eb44687443cb98831e3bc9e4e281d6e6..8e28588a7b581163136bb1f81f9c9afa1ac36f11 100644 --- a/lib/gitlab/usage_data_counters/hll_redis_counter.rb +++ b/lib/gitlab/usage_data_counters/hll_redis_counter.rb @@ -21,7 +21,6 @@ module HLLRedisCounter CATEGORIES_FOR_TOTALS = %w[ analytics compliance - ecosystem epic_boards_usage epics_usage error_tracking @@ -36,6 +35,7 @@ module HLLRedisCounter ci_users deploy_token_packages code_review + ecosystem error_tracking ide_edit importer diff --git a/lib/gitlab/usage_data_counters/known_events/ecosystem.yml b/lib/gitlab/usage_data_counters/known_events/ecosystem.yml index f594c6a1b7c3650d6bc004753f047e1cff96bc5b..7f7c9166086d3338fd3d148a0282f5b4c4229318 100644 --- a/lib/gitlab/usage_data_counters/known_events/ecosystem.yml +++ b/lib/gitlab/usage_data_counters/known_events/ecosystem.yml @@ -8,14 +8,6 @@ category: ecosystem redis_slot: ecosystem aggregation: weekly -- name: i_ecosystem_jira_service_list_issues - category: ecosystem - redis_slot: ecosystem - aggregation: weekly -- name: i_ecosystem_jira_service_create_issue - category: ecosystem - redis_slot: ecosystem - aggregation: weekly - name: i_ecosystem_slack_service_issue_notification category: ecosystem redis_slot: ecosystem