Display ratios instead of counts in CI/CD Analytics

What does this MR do and why?

This MR changes the CI/CD Pipeline Analytics section to display ratios instead of counts, as requested in #469592 (closed).

Changelog: added

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image image image
before click after click
image image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Visual changes

  1. Visit http://gdk.test:3000/gitlab-org/gitlab-shell/-/pipelines/charts

Event tracking

  1. Follow setup steps from https://docs.gitlab.com/ee/development/internal_analytics/internal_event_instrumentation/local_setup_and_debugging.html
  2. Visit http://gdk.test:3000/gitlab-org/gitlab-shell/-/pipelines/charts.
  3. Click on the View all link.
  4. Check that the redis_hll_counters.count_distinct_user_id_from_click_view_all_link_in_pipeline_analytics_monthly metric has increased by 1.
Edited by Pedro Pombeiro

Merge request reports

Loading