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

Merge branch 'pw-admin-application_settings-advanced_search-metrics' into 'master'

Add tracking and metrics to admin application settings advanced search page

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158122



Merged-by: default avatarStanislav Lashmanov <slashmanov@gitlab.com>
Approved-by: default avatarSebastian Rehm <srehm@gitlab.com>
Approved-by: default avatarEduardo Bonet <ebonet@gitlab.com>
Approved-by: default avatarStanislav Lashmanov <slashmanov@gitlab.com>
Co-authored-by: default avatarPaul <19602001-paintedbicycle-gitlab@users.noreply.gitlab.com>
No related branches found
No related tags found
无相关合并请求
---
description: Tracks pageviews for the admin application settings advanced search page
internal_events: true
action: view_admin_application_settings_advanced_search_pageload
identifiers:
- user
product_group: personal_productivity
milestone: '17.2'
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158122
distributions:
- ce
- ee
tiers:
- free
- premium
- ultimate
---
key_path: redis_hll_counters.count_distinct_user_id_from_view_admin_application_settings_advanced_search_pageload_monthly
description: Monthly count of unique users who visisted the admin application settings advanced search 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/158122
time_frame: 28d
data_source: internal_events
data_category: optional
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
events:
- name: view_admin_application_settings_advanced_search_pageload
unique: user.id
---
key_path: counts.count_total_view_admin_application_settings_advanced_search_pageload_monthly
description: Monthly count of total users who visited the admin application settings advanced search 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/158122
time_frame: 28d
data_source: internal_events
data_category: optional
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
events:
- name: view_admin_application_settings_advanced_search_pageload
---
key_path: redis_hll_counters.count_distinct_user_id_from_view_admin_application_settings_advanced_search_pageload_weekly
description: Weekly count of unique users who visisted the admin application settings advanced search 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/158122
time_frame: 7d
data_source: internal_events
data_category: optional
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
events:
- name: view_admin_application_settings_advanced_search_pageload
unique: user.id
---
key_path: counts.count_total_view_admin_application_settings_advanced_search_pageload_weekly
description: Weekly count of total users who visited the admin application settings advanced search 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/158122
time_frame: 7d
data_source: internal_events
data_category: optional
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
events:
- name: view_admin_application_settings_advanced_search_pageload
......@@ -10,6 +10,8 @@
- help_troubleshooting_link_start = "<a class='gl-link' href='#{help_page_path('integration/advanced_search/elasticsearch_troubleshooting')}#%{anchor}' target='_blank' rel='noopener noreferrer'>"
- help_recreate_index_link_start = help_troubleshooting_link_start.html_safe % { anchor: "last-resort-to-recreate-an-index" }
%div{ data: { event_tracking_load: 'true', event_tracking: 'view_admin_application_settings_advanced_search_pageload' } }
- if @search_error_if_version_incompatible
- content_for :page_level_alert do
%div{ class: [container_class, @content_class, 'gl-pt-5!'] }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册