From 2af32fea1e7e607dfe80beeb8286b7b0c7548135 Mon Sep 17 00:00:00 2001
From: Paul W <19602001-paintedbicycle-gitlab@users.noreply.gitlab.com>
Date: Thu, 27 Jun 2024 11:31:41 +0000
Subject: [PATCH] Add tracking and metrics to admin health check page

---
 app/views/admin/health_check/show.html.haml   |  1 +
 .../view_admin_health_check_pageload.yml      | 16 ++++++++++++++
 ...ew_admin_health_check_pageload_monthly.yml | 22 +++++++++++++++++++
 ...ew_admin_health_check_pageload_monthly.yml | 21 ++++++++++++++++++
 ...iew_admin_health_check_pageload_weekly.yml | 22 +++++++++++++++++++
 ...iew_admin_health_check_pageload_weekly.yml | 21 ++++++++++++++++++
 6 files changed, 103 insertions(+)
 create mode 100644 config/events/view_admin_health_check_pageload.yml
 create mode 100644 config/metrics/counts_28d/count_distinct_user_id_from_view_admin_health_check_pageload_monthly.yml
 create mode 100644 config/metrics/counts_28d/count_total_view_admin_health_check_pageload_monthly.yml
 create mode 100644 config/metrics/counts_7d/count_distinct_user_id_from_view_admin_health_check_pageload_weekly.yml
 create mode 100644 config/metrics/counts_7d/count_total_view_admin_health_check_pageload_weekly.yml

diff --git a/app/views/admin/health_check/show.html.haml b/app/views/admin/health_check/show.html.haml
index 90859b5c1704..731d68be9b0d 100644
--- a/app/views/admin/health_check/show.html.haml
+++ b/app/views/admin/health_check/show.html.haml
@@ -1,6 +1,7 @@
 - page_title _('Health Check')
 - no_errors = @errors.blank?
 
+#div{ data: { event_tracking_load: 'true', event_tracking: 'view_admin_health_check_pageload' } }
 %h1.page-title.gl-font-size-h-display= page_title
 = render Pajamas::AlertComponent.new(variant: :tip, dismissible: false, alert_options: { class: 'gl-mb-5' }) do |c|
   - c.with_body do
diff --git a/config/events/view_admin_health_check_pageload.yml b/config/events/view_admin_health_check_pageload.yml
new file mode 100644
index 000000000000..8b4ba7c2b1ae
--- /dev/null
+++ b/config/events/view_admin_health_check_pageload.yml
@@ -0,0 +1,16 @@
+---
+description: Tracks pageviews for the admin health check page
+internal_events: true
+action: view_admin_health_check_pageload
+identifiers:
+- user
+product_group: personal_productivity
+milestone: '17.2'
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156829
+distributions:
+- ce
+- ee
+tiers:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_28d/count_distinct_user_id_from_view_admin_health_check_pageload_monthly.yml b/config/metrics/counts_28d/count_distinct_user_id_from_view_admin_health_check_pageload_monthly.yml
new file mode 100644
index 000000000000..7c83376ff9c4
--- /dev/null
+++ b/config/metrics/counts_28d/count_distinct_user_id_from_view_admin_health_check_pageload_monthly.yml
@@ -0,0 +1,22 @@
+---
+key_path: redis_hll_counters.count_distinct_user_id_from_view_admin_health_check_pageload_monthly
+description: Monthly count of unique users who visited the admin health check 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/156829
+time_frame: 28d
+data_source: internal_events
+data_category: optional
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
+events:
+- name: view_admin_health_check_pageload
+  unique: user.id
diff --git a/config/metrics/counts_28d/count_total_view_admin_health_check_pageload_monthly.yml b/config/metrics/counts_28d/count_total_view_admin_health_check_pageload_monthly.yml
new file mode 100644
index 000000000000..79ef2cb96b19
--- /dev/null
+++ b/config/metrics/counts_28d/count_total_view_admin_health_check_pageload_monthly.yml
@@ -0,0 +1,21 @@
+---
+key_path: counts.count_total_view_admin_health_check_pageload_monthly
+description: Monthly count of total users who visited the admin health check 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/156829
+time_frame: 28d
+data_source: internal_events
+data_category: optional
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
+events:
+- name: view_admin_health_check_pageload
diff --git a/config/metrics/counts_7d/count_distinct_user_id_from_view_admin_health_check_pageload_weekly.yml b/config/metrics/counts_7d/count_distinct_user_id_from_view_admin_health_check_pageload_weekly.yml
new file mode 100644
index 000000000000..30ca44dd6593
--- /dev/null
+++ b/config/metrics/counts_7d/count_distinct_user_id_from_view_admin_health_check_pageload_weekly.yml
@@ -0,0 +1,22 @@
+---
+key_path: redis_hll_counters.count_distinct_user_id_from_view_admin_health_check_pageload_weekly
+description: Weekly count of unique users who visited the admin health check 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/156829
+time_frame: 7d
+data_source: internal_events
+data_category: optional
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
+events:
+- name: view_admin_health_check_pageload
+  unique: user.id
diff --git a/config/metrics/counts_7d/count_total_view_admin_health_check_pageload_weekly.yml b/config/metrics/counts_7d/count_total_view_admin_health_check_pageload_weekly.yml
new file mode 100644
index 000000000000..136afb973d4c
--- /dev/null
+++ b/config/metrics/counts_7d/count_total_view_admin_health_check_pageload_weekly.yml
@@ -0,0 +1,21 @@
+---
+key_path: counts.count_total_view_admin_health_check_pageload_weekly
+description: Weekly count of total users who visited the admin health check 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/156829
+time_frame: 7d
+data_source: internal_events
+data_category: optional
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
+events:
+- name: view_admin_health_check_pageload
-- 
GitLab