Update Usage Ping Metrics Definitions for group::global search
This issues is created in order to review metrics for this group.
For any questions or suggestions reach out #g_product_intelligence or to Product Intelligence group @gitlab-org/growth/product-intelligence
Imported metrics definition YAML
Please update the definitions with the required attributes, remove the skip_validation
attribute and make sure they validate when running specs.
# Tests should pass
bundle exec rspec spec/lib/gitlab/usage/
Attributes that require attention
- description, the links included in description should be valid
- product_section
- product_stage
- product_group
- value_type
- time_frame
- data_source
- distribution
- tier
Check the location of the metric
If metric is available under ce
, ee
, or both
If metric is available only under ee
then it should be under ee/config/metrics
List of metrics:
-
groupglobal search @JohnMcGuire redis_hll_counters.search.search_total_unique_counts_monthly
config/metrics/counts_28d/20210216180431_search_total_unique_counts_monthly.yml
-
groupglobal search @JohnMcGuire counts.navbar_searches
config/metrics/counts_all/20210216180414_navbar_searches.yml
-
groupglobal search @JohnMcGuire search_unique_visits.i_search_total
config/metrics/counts_all/20210216180416_i_search_total.yml
-
groupglobal search @JohnMcGuire search_unique_visits.i_search_advanced
ee/config/metrics/counts_all/20210216180418_i_search_advanced.yml
-
groupglobal search @JohnMcGuire search_unique_visits.i_search_paid
config/metrics/counts_all/20210216180420_i_search_paid.yml
-
groupglobal search @JohnMcGuire redis_hll_counters.search.i_search_total_weekly
config/metrics/counts_7d/20210216180422_i_search_total_weekly.yml
-
groupglobal search @JohnMcGuire redis_hll_counters.search.i_search_total_monthly
config/metrics/counts_28d/20210216180424_i_search_total_monthly.yml
-
groupglobal search @JohnMcGuire redis_hll_counters.search.i_search_advanced_weekly
ee/config/metrics/counts_7d/20210216180425_i_search_advanced_weekly.yml
-
groupglobal search @JohnMcGuire redis_hll_counters.search.i_search_advanced_monthly
ee/config/metrics/counts_28d/20210216180427_i_search_advanced_monthly.yml
-
groupglobal search @JohnMcGuire redis_hll_counters.search.search_total_unique_counts_weekly
config/metrics/counts_7d/20210216180429_search_total_unique_counts_weekly.yml
-
groupglobal search @JohnMcGuire counts.all_searches
config/metrics/counts_all/20210216180413_all_searches.yml
-
~"" search_unique_visits.search_unique_visits_for_any_target_weekly
ee/config/metrics/counts_7d/20210216183920_search_unique_visits_for_any_target_weekly.yml
-
~"" search_unique_visits.search_unique_visits_for_any_target_monthly
config/metrics/counts_28d/20210216183922_search_unique_visits_for_any_target_monthly.yml
-
~"" redis_hll_counters.search.i_search_paid_weekly
ee/config/metrics/counts_7d/20210216184033_i_search_paid_weekly.yml
-
~"" redis_hll_counters.search.i_search_paid_monthly
config/metrics/counts_28d/20210216184035_i_search_paid_monthly.yml
Generating dictionary
bundle exec rake gitlab:usage_data:generate_metrics_dictionary
-
Generate dictionary
Edited by Dylan Griffith