Skip to content

Add tracking to metric drill-down links in VSD and AI Impact tables

What does this MR do and why?

Adds a new Internal Events Tracking metric click_metric_in_dashboard_table to track drill-down click events in both the Value Streams Dashboard and AI impact analytics tables.

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.

Screenshots or screen recordings

No visual changes.

How to set up and validate locally

  1. Please make sure that you have a GitLab Ultimate license
  2. Set up Internal Events Monitor/Snowplow Micro
  3. Feature.enable(:ai_impact_analytics_dashboard)
  4. Select any group
  5. Navigate to Analyze > Analytics Dashboards in the left hand menu
  6. Select Value Streams Dashboard from the list
    1. Click on every metric in the comparison table and verify that the click_metric_in_dashboard_table tracking event is triggered in the Internal Events Monitor
  7. Select AI impact analytics from the list
    1. Click on every metric in the table and verify that the click_metric_in_dashboard_table tracking event is triggered in the Internal Events Monitor

Related to #463076 (closed)

Edited by Rudy Crespo

Merge request reports