Commit a6f7acd3 authored by Matthias Käppler's avatar Matthias Käppler

Merge branch '321804-set-correct-usage-ping-metrics-for-search-team' into 'master'

Update config/metrics for search team

See merge request gitlab-org/gitlab!54539
parents 9de44a36 d191d256
--- ---
key_path: redis_hll_counters.search.i_search_total_monthly key_path: redis_hll_counters.search.i_search_total_monthly
description: Caluated unique users to visit Global Search by month description: Calculated unique users to perform Basic or Advanced searches by month
product_section: enablement product_section: enablement
product_stage: enablement product_stage: enablement
product_group: group::global search product_group: group::global search
...@@ -16,4 +16,3 @@ tier: ...@@ -16,4 +16,3 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
skip_validation: true
--- ---
key_path: redis_hll_counters.search.search_total_unique_counts_monthly key_path: redis_hll_counters.search.search_total_unique_counts_monthly
description: Caluated unique users to visit Global Search by month description: Total unique users for i_search_total, i_search_advanced, i_search_paid for recent 28 days. This metric is redundant because advanced will be a subset of paid and paid will be a subset of total. i_search_total is more appropriate if you just want the total
product_section: enablement product_section: enablement
product_stage: enablement product_stage: enablement
product_group: group::global search product_group: group::global search
...@@ -16,4 +16,3 @@ tier: ...@@ -16,4 +16,3 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
skip_validation: true
--- ---
key_path: redis_hll_counters.search.i_search_total_weekly key_path: redis_hll_counters.search.i_search_total_weekly
description: 'Caluated unique users to visit Global Search by week ' description: Calculated unique users to perform Basic or Advanced searches by week
product_section: enablement product_section: enablement
product_stage: enablement product_stage: enablement
product_group: group::global search product_group: group::global search
...@@ -16,4 +16,3 @@ tier: ...@@ -16,4 +16,3 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
skip_validation: true
--- ---
key_path: redis_hll_counters.search.search_total_unique_counts_weekly key_path: redis_hll_counters.search.search_total_unique_counts_weekly
description: 'Caluated unique users to visit Global Search by week ' description: Calculated unique users to perform Basic or Advanced searches by week
product_section: enablement product_section: enablement
product_stage: enablement product_stage: enablement
product_group: group::global search product_group: group::global search
...@@ -16,4 +16,3 @@ tier: ...@@ -16,4 +16,3 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
skip_validation: true
...@@ -9,7 +9,7 @@ product_category: global_search ...@@ -9,7 +9,7 @@ product_category: global_search
value_type: number value_type: number
status: data_available status: data_available
time_frame: all time_frame: all
data_source: database data_source: redis
distribution: distribution:
- ce - ce
- ee - ee
...@@ -17,4 +17,3 @@ tier: ...@@ -17,4 +17,3 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
skip_validation: true
--- ---
key_path: counts.navbar_searches key_path: counts.navbar_searches
description: Total Searches for All Basic Search and Advanced Search in self-managed description: Total Searches using the navbar for All Basic Search and Advanced Search in self-managed
and SaaS and SaaS
product_section: enablement product_section: enablement
product_stage: enablement product_stage: enablement
...@@ -9,7 +9,7 @@ product_category: global_search ...@@ -9,7 +9,7 @@ product_category: global_search
value_type: number value_type: number
status: data_available status: data_available
time_frame: all time_frame: all
data_source: database data_source: redis
distribution: distribution:
- ce - ce
- ee - ee
...@@ -17,4 +17,3 @@ tier: ...@@ -17,4 +17,3 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
skip_validation: true
--- ---
key_path: search_unique_visits.i_search_total key_path: search_unique_visits.i_search_total
description: 'Caluated unique users to visit Global Search by week ' description: Calculated unique users to perform Basic or Advanced searches by week
product_section: enablement product_section: enablement
product_stage: enablement product_stage: enablement
product_group: group::global search product_group: group::global search
...@@ -8,7 +8,7 @@ product_category: global_search ...@@ -8,7 +8,7 @@ product_category: global_search
value_type: number value_type: number
status: data_available status: data_available
time_frame: all time_frame: all
data_source: data_source: redis_hll
distribution: distribution:
- ce - ce
- ee - ee
...@@ -16,4 +16,3 @@ tier: ...@@ -16,4 +16,3 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
skip_validation: true
--- ---
key_path: search_unique_visits.i_search_paid key_path: search_unique_visits.i_search_paid
description: 'Caluated unique users to visit Global Search from users with available description: Calculated unique users to perform a search with a paid license enabled by week
paid license enabled by week '
product_section: enablement product_section: enablement
product_stage: enablement product_stage: enablement
product_group: group::global search product_group: group::global search
...@@ -9,7 +8,7 @@ product_category: global_search ...@@ -9,7 +8,7 @@ product_category: global_search
value_type: number value_type: number
status: data_available status: data_available
time_frame: all time_frame: all
data_source: data_source: redis_hll
distribution: distribution:
- ce - ce
- ee - ee
...@@ -17,4 +16,3 @@ tier: ...@@ -17,4 +16,3 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
skip_validation: true
...@@ -613,10 +613,9 @@ Total Searches for All Basic Search and Advanced Search in self-managed and SaaS ...@@ -613,10 +613,9 @@ Total Searches for All Basic Search and Advanced Search in self-managed and SaaS
| `value_type` | number | | `value_type` | number |
| `status` | data_available | | `status` | data_available |
| `time_frame` | all | | `time_frame` | all |
| `data_source` | Database | | `data_source` | Redis |
| `distribution` | ce, ee | | `distribution` | ce, ee |
| `tier` | free, premium, ultimate | | `tier` | free, premium, ultimate |
| `skip_validation` | true |
## `counts.api_fuzzing_dnd_jobs` ## `counts.api_fuzzing_dnd_jobs`
...@@ -4667,7 +4666,7 @@ Missing description ...@@ -4667,7 +4666,7 @@ Missing description
## `counts.navbar_searches` ## `counts.navbar_searches`
Total Searches for All Basic Search and Advanced Search in self-managed and SaaS Total Searches using the navbar for All Basic Search and Advanced Search in self-managed and SaaS
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -4679,10 +4678,9 @@ Total Searches for All Basic Search and Advanced Search in self-managed and SaaS ...@@ -4679,10 +4678,9 @@ Total Searches for All Basic Search and Advanced Search in self-managed and SaaS
| `value_type` | number | | `value_type` | number |
| `status` | data_available | | `status` | data_available |
| `time_frame` | all | | `time_frame` | all |
| `data_source` | Database | | `data_source` | Redis |
| `distribution` | ce, ee | | `distribution` | ce, ee |
| `tier` | free, premium, ultimate | | `tier` | free, premium, ultimate |
| `skip_validation` | true |
## `counts.network_policy_drops` ## `counts.network_policy_drops`
...@@ -19355,7 +19353,7 @@ Missing description ...@@ -19355,7 +19353,7 @@ Missing description
## `redis_hll_counters.search.i_search_advanced_monthly` ## `redis_hll_counters.search.i_search_advanced_monthly`
Caluated unique users to visit Global Search with AGS enabled by month Calculated unique users to perform Advanced searches by month
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -19370,11 +19368,10 @@ Caluated unique users to visit Global Search with AGS enabled by month ...@@ -19370,11 +19368,10 @@ Caluated unique users to visit Global Search with AGS enabled by month
| `data_source` | Redis_hll | | `data_source` | Redis_hll |
| `distribution` | ee | | `distribution` | ee |
| `tier` | premium, ultimate | | `tier` | premium, ultimate |
| `skip_validation` | true |
## `redis_hll_counters.search.i_search_advanced_weekly` ## `redis_hll_counters.search.i_search_advanced_weekly`
Caluated unique users to visit Global Search with AGS enabled by week Calculated unique users to perform Advanced searches by week
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -19389,7 +19386,6 @@ Caluated unique users to visit Global Search with AGS enabled by week ...@@ -19389,7 +19386,6 @@ Caluated unique users to visit Global Search with AGS enabled by week
| `data_source` | Redis_hll | | `data_source` | Redis_hll |
| `distribution` | ee | | `distribution` | ee |
| `tier` | premium, ultimate | | `tier` | premium, ultimate |
| `skip_validation` | true |
## `redis_hll_counters.search.i_search_paid_monthly` ## `redis_hll_counters.search.i_search_paid_monthly`
...@@ -19431,7 +19427,7 @@ Missing description ...@@ -19431,7 +19427,7 @@ Missing description
## `redis_hll_counters.search.i_search_total_monthly` ## `redis_hll_counters.search.i_search_total_monthly`
Caluated unique users to visit Global Search by month Calculated unique users to perform Basic or Advanced searches by month
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -19446,11 +19442,10 @@ Caluated unique users to visit Global Search by month ...@@ -19446,11 +19442,10 @@ Caluated unique users to visit Global Search by month
| `data_source` | Redis_hll | | `data_source` | Redis_hll |
| `distribution` | ce, ee | | `distribution` | ce, ee |
| `tier` | free, premium, ultimate | | `tier` | free, premium, ultimate |
| `skip_validation` | true |
## `redis_hll_counters.search.i_search_total_weekly` ## `redis_hll_counters.search.i_search_total_weekly`
Caluated unique users to visit Global Search by week Calculated unique users to perform Basic or Advanced searches by week
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -19465,11 +19460,10 @@ Caluated unique users to visit Global Search by week ...@@ -19465,11 +19460,10 @@ Caluated unique users to visit Global Search by week
| `data_source` | Redis_hll | | `data_source` | Redis_hll |
| `distribution` | ee, ce | | `distribution` | ee, ce |
| `tier` | free, premium, ultimate | | `tier` | free, premium, ultimate |
| `skip_validation` | true |
## `redis_hll_counters.search.search_total_unique_counts_monthly` ## `redis_hll_counters.search.search_total_unique_counts_monthly`
Caluated unique users to visit Global Search by month Calculated unique users to perform Basic or Advanced searches by month
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -19484,11 +19478,10 @@ Caluated unique users to visit Global Search by month ...@@ -19484,11 +19478,10 @@ Caluated unique users to visit Global Search by month
| `data_source` | Redis_hll | | `data_source` | Redis_hll |
| `distribution` | ce, ee | | `distribution` | ce, ee |
| `tier` | free, premium, ultimate | | `tier` | free, premium, ultimate |
| `skip_validation` | true |
## `redis_hll_counters.search.search_total_unique_counts_weekly` ## `redis_hll_counters.search.search_total_unique_counts_weekly`
Caluated unique users to visit Global Search by week Calculated unique users to perform Basic or Advanced searches by week
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -19503,7 +19496,6 @@ Caluated unique users to visit Global Search by week ...@@ -19503,7 +19496,6 @@ Caluated unique users to visit Global Search by week
| `data_source` | Redis_hll | | `data_source` | Redis_hll |
| `distribution` | ee, ce | | `distribution` | ee, ce |
| `tier` | free, premium, ultimate | | `tier` | free, premium, ultimate |
| `skip_validation` | true |
## `redis_hll_counters.snippets.i_snippets_show_monthly` ## `redis_hll_counters.snippets.i_snippets_show_monthly`
...@@ -20628,7 +20620,7 @@ Whether incoming email is setup ...@@ -20628,7 +20620,7 @@ Whether incoming email is setup
## `search_unique_visits.i_search_advanced` ## `search_unique_visits.i_search_advanced`
Caluated unique users to visit Global Search with AGS enabled by week Calculated unique users to perform Advanced searches by week
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -20640,14 +20632,13 @@ Caluated unique users to visit Global Search with AGS enabled by week ...@@ -20640,14 +20632,13 @@ Caluated unique users to visit Global Search with AGS enabled by week
| `value_type` | number | | `value_type` | number |
| `status` | data_available | | `status` | data_available |
| `time_frame` | all | | `time_frame` | all |
| `data_source` | | | `data_source` | Redis_hll |
| `distribution` | ee | | `distribution` | ee |
| `tier` | premium, ultimate | | `tier` | premium, ultimate |
| `skip_validation` | true |
## `search_unique_visits.i_search_paid` ## `search_unique_visits.i_search_paid`
Caluated unique users to visit Global Search from users with available paid license enabled by week Calculated unique users to perform a search with a paid license enabled by week
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -20659,14 +20650,13 @@ Caluated unique users to visit Global Search from users with available paid lice ...@@ -20659,14 +20650,13 @@ Caluated unique users to visit Global Search from users with available paid lice
| `value_type` | number | | `value_type` | number |
| `status` | data_available | | `status` | data_available |
| `time_frame` | all | | `time_frame` | all |
| `data_source` | | | `data_source` | Redis_hll |
| `distribution` | ce, ee | | `distribution` | ce, ee |
| `tier` | free, premium, ultimate | | `tier` | free, premium, ultimate |
| `skip_validation` | true |
## `search_unique_visits.i_search_total` ## `search_unique_visits.i_search_total`
Caluated unique users to visit Global Search by week Calculated unique users to perform Basic or Advanced searches by week
| field | value | | field | value |
| --- | --- | | --- | --- |
...@@ -20678,10 +20668,9 @@ Caluated unique users to visit Global Search by week ...@@ -20678,10 +20668,9 @@ Caluated unique users to visit Global Search by week
| `value_type` | number | | `value_type` | number |
| `status` | data_available | | `status` | data_available |
| `time_frame` | all | | `time_frame` | all |
| `data_source` | | | `data_source` | Redis_hll |
| `distribution` | ce, ee | | `distribution` | ce, ee |
| `tier` | free, premium, ultimate | | `tier` | free, premium, ultimate |
| `skip_validation` | true |
## `search_unique_visits.search_unique_visits_for_any_target_monthly` ## `search_unique_visits.search_unique_visits_for_any_target_monthly`
......
--- ---
key_path: redis_hll_counters.search.i_search_advanced_monthly key_path: redis_hll_counters.search.i_search_advanced_monthly
description: Caluated unique users to visit Global Search with AGS enabled by month description: Calculated unique users to perform Advanced searches by month
product_section: enablement product_section: enablement
product_stage: enablement product_stage: enablement
product_group: group::global search product_group: group::global search
...@@ -14,4 +14,3 @@ distribution: ...@@ -14,4 +14,3 @@ distribution:
tier: tier:
- premium - premium
- ultimate - ultimate
skip_validation: true
--- ---
key_path: redis_hll_counters.search.i_search_advanced_weekly key_path: redis_hll_counters.search.i_search_advanced_weekly
description: 'Caluated unique users to visit Global Search with AGS enabled by week ' description: Calculated unique users to perform Advanced searches by week
product_section: enablement product_section: enablement
product_stage: enablement product_stage: enablement
product_group: group::global search product_group: group::global search
...@@ -14,4 +14,3 @@ distribution: ...@@ -14,4 +14,3 @@ distribution:
tier: tier:
- premium - premium
- ultimate - ultimate
skip_validation: true
--- ---
key_path: search_unique_visits.i_search_advanced key_path: search_unique_visits.i_search_advanced
description: 'Caluated unique users to visit Global Search with AGS enabled by week ' description: Calculated unique users to perform Advanced searches by week
product_section: enablement product_section: enablement
product_stage: enablement product_stage: enablement
product_group: group::global search product_group: group::global search
...@@ -8,10 +8,9 @@ product_category: global_search ...@@ -8,10 +8,9 @@ product_category: global_search
value_type: number value_type: number
status: data_available status: data_available
time_frame: all time_frame: all
data_source: data_source: redis_hll
distribution: distribution:
- ee - ee
tier: tier:
- premium - premium
- ultimate - ultimate
skip_validation: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment