Commit ebc30f20 authored by Dmytro Zaporozhets (DZ)'s avatar Dmytro Zaporozhets (DZ)

Merge branch 'track-5-mins-prod-app-usage' into 'master'

Track 5 mins production app template inclusions

See merge request gitlab-org/gitlab!53618
parents f179785a 73bd49c7
---
title: Track 5 mins production app template usage
merge_request: 53618
author:
type: other
...@@ -5,6 +5,7 @@ module Gitlab::UsageDataCounters ...@@ -5,6 +5,7 @@ module Gitlab::UsageDataCounters
REDIS_SLOT = 'ci_templates'.freeze REDIS_SLOT = 'ci_templates'.freeze
TEMPLATE_TO_EVENT = { TEMPLATE_TO_EVENT = {
'5-Minute-Production-App.gitlab-ci.yml' => '5_min_production_app',
'Auto-DevOps.gitlab-ci.yml' => 'auto_devops', 'Auto-DevOps.gitlab-ci.yml' => 'auto_devops',
'AWS/CF-Provision-and-Deploy-EC2.gitlab-ci.yml' => 'aws_cf_deploy_ec2', 'AWS/CF-Provision-and-Deploy-EC2.gitlab-ci.yml' => 'aws_cf_deploy_ec2',
'AWS/Deploy-ECS.gitlab-ci.yml' => 'aws_deploy_ecs', 'AWS/Deploy-ECS.gitlab-ci.yml' => 'aws_deploy_ecs',
......
...@@ -588,6 +588,11 @@ ...@@ -588,6 +588,11 @@
aggregation: weekly aggregation: weekly
feature_flag: usage_data_p_terraform_state_api_unique_users feature_flag: usage_data_p_terraform_state_api_unique_users
# CI templates # CI templates
- name: p_ci_templates_5_min_production_app
category: ci_templates
redis_slot: ci_templates
aggregation: weekly
feature_flag: usage_data_track_ci_templates_unique_projects
- name: p_ci_templates_auto_devops - name: p_ci_templates_auto_devops
category: ci_templates category: ci_templates
redis_slot: ci_templates redis_slot: ci_templates
......
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