Skip to content
代码片段 群组 项目
未验证 提交 6f6d97c7 编辑于 作者: Elwyn Benson's avatar Elwyn Benson 提交者: GitLab
浏览文件

Merge branch 'pw-admin_labels_metrics' into 'master'

No related branches found
No related tags found
无相关合并请求
......@@ -2,6 +2,8 @@
- add_page_specific_style 'page_bundles/labels'
- page_description = s_('AdminLabels|Labels created here will be automatically added to new projects.')
%div{ data: { event_tracking_load: 'true', event_tracking: 'view_admin_labels_pageload' } })
- if @labels.present?
= render ::Layouts::CrudComponent.new(_('Labels'), description: page_description, count: @labels.count, count_class: 'js-admin-labels-count', icon: 'label', options: { class: 'labels other-labels gl-mt-5 js-admin-labels-container' }) do |c|
- c.with_actions do
......
---
description: Tracks pageviews for the admin labels page
internal_events: true
action: view_admin_labels_pageload
identifiers:
- user
product_group: personal_productivity
milestone: '17.2'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157524
distributions:
- ce
- ee
tiers:
- free
- premium
- ultimate
---
key_path: redis_hll_counters.count_distinct_user_id_from_view_admin_labels_pageload_monthly
description: Monthly count of unique users who visisted the admin labels page
product_group: personal_productivity
performance_indicator_type: []
value_type: number
status: active
milestone: '17.2'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157524
time_frame: 28d
data_source: internal_events
data_category: optional
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
events:
- name: view_admin_labels_pageload
unique: user.id
---
key_path: counts.count_total_view_admin_labels_pageload_monthly
description: Monthly count of total users who visited the admin labels page
product_group: personal_productivity
performance_indicator_type: []
value_type: number
status: active
milestone: '17.2'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157524
time_frame: 28d
data_source: internal_events
data_category: optional
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
events:
- name: view_admin_labels_pageload
---
key_path: redis_hll_counters.count_distinct_user_id_from_view_admin_labels_pageload_weekly
description: Weekly count of unique users who visisted the admin labels page
product_group: personal_productivity
performance_indicator_type: []
value_type: number
status: active
milestone: '17.2'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157524
time_frame: 7d
data_source: internal_events
data_category: optional
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
events:
- name: view_admin_labels_pageload
unique: user.id
---
key_path: counts.count_total_view_admin_labels_pageload_weekly
description: Weekly count of total users who visited the admin labels page
product_group: personal_productivity
performance_indicator_type: []
value_type: number
status: active
milestone: '17.2'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157524
time_frame: 7d
data_source: internal_events
data_category: optional
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
events:
- name: view_admin_labels_pageload
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册