Skip to content

Improve command palette metrics tracking 7

What does this MR do and why?

Add tracking for actions

  • User clicks commands sub-menu in footer
  • User clicks a group in the frequent groups section
  • User clicks a project in the frequent projects section

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Make sure advanced search is installed and enabled
  2. Make sure you enable zoekt.
  3. In terminal run
    rails runner scripts/internal_events/monitor.rb click_commands_sub_menu_in_command_palette
    rails runner scripts/internal_events/monitor.rb click_frequent_group_in_command_palette
    rails runner scripts/internal_events/monitor.rb click_frequent_project_in_command_palette
  4. On any gitlab page press '/'
  5. Search for any merge_request, click result
  6. Watch the terminal to indicate the hit

Related to #438845

Edited by Tomas Bulva

Merge request reports