Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
73bd49c7
Commit
73bd49c7
authored
Feb 08, 2021
by
Alper Akgun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Track 5 mins production app template usage
parent
965f57d3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
changelogs/unreleased/track-5-mins-prod-app-usage.yml
changelogs/unreleased/track-5-mins-prod-app-usage.yml
+5
-0
lib/gitlab/usage_data_counters/ci_template_unique_counter.rb
lib/gitlab/usage_data_counters/ci_template_unique_counter.rb
+1
-0
lib/gitlab/usage_data_counters/known_events/common.yml
lib/gitlab/usage_data_counters/known_events/common.yml
+5
-0
No files found.
changelogs/unreleased/track-5-mins-prod-app-usage.yml
0 → 100644
View file @
73bd49c7
---
title
:
Track 5 mins production app template usage
merge_request
:
53618
author
:
type
:
other
lib/gitlab/usage_data_counters/ci_template_unique_counter.rb
View file @
73bd49c7
...
...
@@ -5,6 +5,7 @@ module Gitlab::UsageDataCounters
REDIS_SLOT
=
'ci_templates'
.
freeze
TEMPLATE_TO_EVENT
=
{
'5-Minute-Production-App.gitlab-ci.yml'
=>
'5_min_production_app'
,
'Auto-DevOps.gitlab-ci.yml'
=>
'auto_devops'
,
'AWS/CF-Provision-and-Deploy-EC2.gitlab-ci.yml'
=>
'aws_cf_deploy_ec2'
,
'AWS/Deploy-ECS.gitlab-ci.yml'
=>
'aws_deploy_ecs'
,
...
...
lib/gitlab/usage_data_counters/known_events/common.yml
View file @
73bd49c7
...
...
@@ -578,6 +578,11 @@
aggregation
:
weekly
feature_flag
:
usage_data_p_terraform_state_api_unique_users
# 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
category
:
ci_templates
redis_slot
:
ci_templates
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment