From 83c120121f19bf7b69af56f85e47095fb2d164d1 Mon Sep 17 00:00:00 2001 From: Max Woolf <mwoolf@gitlab.com> Date: Thu, 1 Jun 2023 13:40:27 +0100 Subject: [PATCH] Rename analyze to analytics in product analytics metrics EE: true Changelog: changed --- ...230504085937_projects_with_analytics_dashboard_monthly.yml | 4 ++-- ...04_projects_with_initialized_product_analytics_monthly.yml | 4 ++-- ...5155135_users_with_analytics_dashboard_created_monthly.yml | 4 ++-- .../counts_7d/20230502122452_analytics_dashboard_views.yml | 2 +- ...0230504085937_projects_with_analytics_dashboard_weekly.yml | 4 ++-- ...701_projects_with_initialized_product_analytics_weekly.yml | 4 ++-- ...05154835_users_with_analytics_dashboard_created_weekly.yml | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ee/config/metrics/counts_28d/20230504085937_projects_with_analytics_dashboard_monthly.yml b/ee/config/metrics/counts_28d/20230504085937_projects_with_analytics_dashboard_monthly.yml index 02571ca4918eb7a2..41d49b3800a7f755 100644 --- a/ee/config/metrics/counts_28d/20230504085937_projects_with_analytics_dashboard_monthly.yml +++ b/ee/config/metrics/counts_28d/20230504085937_projects_with_analytics_dashboard_monthly.yml @@ -1,8 +1,8 @@ --- key_path: counts.projects_with_analytics_dashboard_monthly description: Count of projects with an analytics dashboard -product_section: dev -product_stage: analyze +product_section: analytics +product_stage: analytics product_group: product_analytics value_type: number status: active diff --git a/ee/config/metrics/counts_28d/20230504140504_projects_with_initialized_product_analytics_monthly.yml b/ee/config/metrics/counts_28d/20230504140504_projects_with_initialized_product_analytics_monthly.yml index 9e9653d67113e62a..15fa32e49cdbd60a 100644 --- a/ee/config/metrics/counts_28d/20230504140504_projects_with_initialized_product_analytics_monthly.yml +++ b/ee/config/metrics/counts_28d/20230504140504_projects_with_initialized_product_analytics_monthly.yml @@ -1,8 +1,8 @@ --- key_path: counts.projects_with_initialized_product_analytics_monthly description: "Count of the number of projects that initialized product analytics in the last 28 days" -product_section: dev -product_stage: analyze +product_section: analytics +product_stage: analytics product_group: product_analytics value_type: number status: active diff --git a/ee/config/metrics/counts_28d/20230505155135_users_with_analytics_dashboard_created_monthly.yml b/ee/config/metrics/counts_28d/20230505155135_users_with_analytics_dashboard_created_monthly.yml index 48f8a89dca2954e0..5362de055508bfea 100644 --- a/ee/config/metrics/counts_28d/20230505155135_users_with_analytics_dashboard_created_monthly.yml +++ b/ee/config/metrics/counts_28d/20230505155135_users_with_analytics_dashboard_created_monthly.yml @@ -1,8 +1,8 @@ --- key_path: counts.users_with_analytics_dashboard_created_monthly description: "Counts number of users who have created a dashboard this month" -product_section: dev -product_stage: analyze +product_section: analytics +product_stage: analytics product_group: product_analytics value_type: number status: active diff --git a/ee/config/metrics/counts_7d/20230502122452_analytics_dashboard_views.yml b/ee/config/metrics/counts_7d/20230502122452_analytics_dashboard_views.yml index ed0592e76f083c0a..415ecfdd60b37555 100644 --- a/ee/config/metrics/counts_7d/20230502122452_analytics_dashboard_views.yml +++ b/ee/config/metrics/counts_7d/20230502122452_analytics_dashboard_views.yml @@ -1,7 +1,7 @@ --- key_path: counts.analytics_dashboard_views description: "Number of views of any single product analytics dashboard" -product_section: dev +product_section: analytics product_stage: analytics product_group: product_analytics value_type: number diff --git a/ee/config/metrics/counts_7d/20230504085937_projects_with_analytics_dashboard_weekly.yml b/ee/config/metrics/counts_7d/20230504085937_projects_with_analytics_dashboard_weekly.yml index 482e6a48a78a0d1e..ee9e62fc316d04bf 100644 --- a/ee/config/metrics/counts_7d/20230504085937_projects_with_analytics_dashboard_weekly.yml +++ b/ee/config/metrics/counts_7d/20230504085937_projects_with_analytics_dashboard_weekly.yml @@ -1,8 +1,8 @@ --- key_path: counts.projects_with_analytics_dashboard_weekly description: Count of projects with an analytics dashboard -product_section: dev -product_stage: analyze +product_section: analytics +product_stage: analytics product_group: product_analytics value_type: number status: active diff --git a/ee/config/metrics/counts_7d/20230504132701_projects_with_initialized_product_analytics_weekly.yml b/ee/config/metrics/counts_7d/20230504132701_projects_with_initialized_product_analytics_weekly.yml index defe5a0b82e65ce7..b86008435b0f6029 100644 --- a/ee/config/metrics/counts_7d/20230504132701_projects_with_initialized_product_analytics_weekly.yml +++ b/ee/config/metrics/counts_7d/20230504132701_projects_with_initialized_product_analytics_weekly.yml @@ -1,8 +1,8 @@ --- key_path: counts.projects_with_initialized_product_analytics_weekly description: "Count of the number of projects that initialized product analytics in the last 7 days" -product_section: dev -product_stage: analyze +product_section: analytics +product_stage: analytics product_group: product_analytics value_type: number status: active diff --git a/ee/config/metrics/counts_7d/20230505154835_users_with_analytics_dashboard_created_weekly.yml b/ee/config/metrics/counts_7d/20230505154835_users_with_analytics_dashboard_created_weekly.yml index 887abbdbf0b54cea..cfb05d455b90ccb5 100644 --- a/ee/config/metrics/counts_7d/20230505154835_users_with_analytics_dashboard_created_weekly.yml +++ b/ee/config/metrics/counts_7d/20230505154835_users_with_analytics_dashboard_created_weekly.yml @@ -1,8 +1,8 @@ --- key_path: counts.users_with_analytics_dashboard_created_weekly description: "Counts number of users who have created a dashboard this week" -product_section: dev -product_stage: analyze +product_section: analytics +product_stage: analytics product_group: product_analytics value_type: number status: active -- GitLab