Exec Dashboards: Add links from the metrics to VSA & DORA

Overview

Problem to solve

In order to understand what is affecting the team performance, we need to allow users to drill-down from each metrics to reports with the source data.

Proposal

  1. Click on the DORA metrics name will redirect to the DORA reports:
    1. https://gitlab.com/groups/gitlab-org/-/analytics/ci_cd?tab=deployment-frequency
    2. https://gitlab.com/groups/gitlab-org/-/analytics/ci_cd?tab=lead-time
    3. https://gitlab.com/groups/gitlab-org/-/analytics/ci_cd?tab=time-to-restore-service
    4. https://gitlab.com/groups/gitlab-org/-/analytics/ci_cd?tab=change-failure-rate
  2. Click on the VSA/flow metrics name will redirect to VSA:
    1. Lead time --> https://gitlab.com/groups/gitlab-org/-/analytics/value_stream_analytics
    2. Cycle time --> https://gitlab.com/groups/gitlab-org/-/analytics/value_stream_analytics
    3. Click on Issue --> https://gitlab.com/groups/gitlab-org/-/issues_analytics
    4. Click in MR --> https://gitlab.com/gitlab-org/gitlab/-/analytics/merge_request_analytics?start_date=2021-11-24&end_date=2022-11-24
  3. Drill-down inherent the sub-groups / projects.
  4. Out of scope - inherent labels and time period.
Edited by Haim Snir