diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-10 00:09:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-10 00:09:33 +0000 |
commit | 5a120c32fda1c88e38bbce056d6f30f4a2f41bc6 (patch) | |
tree | 8f5ef3c06e5f2f8707da5d32803d73fe10824ea5 /lib | |
parent | b5944525b015e4efb4cd2c1d09ec37566d7691a0 (diff) | |
download | gitlab-ce-5a120c32fda1c88e38bbce056d6f30f4a2f41bc6.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/usage_data_counters/known_events/common.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gitlab/usage_data_counters/known_events/common.yml b/lib/gitlab/usage_data_counters/known_events/common.yml index 1828731a504..5cf61acee9e 100644 --- a/lib/gitlab/usage_data_counters/known_events/common.yml +++ b/lib/gitlab/usage_data_counters/known_events/common.yml @@ -603,6 +603,11 @@ redis_slot: ci_templates aggregation: weekly feature_flag: usage_data_track_ci_templates_unique_projects +- name: p_ci_templates_aws_deploy_ecs + category: ci_templates + redis_slot: ci_templates + aggregation: weekly + feature_flag: usage_data_track_ci_templates_unique_projects - name: p_ci_templates_auto_devops_build category: ci_templates redis_slot: ci_templates |