Skip to content

Track how many users access web performance reports through usage ping

Problem

Customers can generate Browser Performance reports in CI, but we don't know how often they actually look at them.

Proposal

Add a tracking event that fires when people expand the browser performance merge request widget.

The counters to add to known_events.yml are:

  • web_performance_widget_total - add the user_id to the counter when the user (regardless of plan type) opens the web performance widget on an MR.

Details for known_events.yml

name: i_testing_web_performance_widget_total
  category: testing
  redis_slot: testing
  aggregation: weekly

This will apply to both Self Managed and gitlab.com users for tracking on the dashboard below.

Redis HLL Counters docs

Success Criteria

Paid GMAU for Browser Performance testing, displays on the Testing Group Metrics Sisense dashboard.

Edited by James Heimbuck