Add user count to Usage Overview panel on Value Streams Dashboard
What does this MR do and why?
Adds a new user count metric to the Usage overview panel on Value Streams Dashboard.
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 |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Please make sure you have a GitLab Ultimate license.
Feature.enable(:group_analytics_dashboard_dynamic_vsd)
- Create a new top-level group and invoke the seed script:
GROUP_ID=<group-id> FILTER=vsd_overview_counts SEED_VSD_COUNTS=1 bundle exec rake db:seed_fu
- Navigate to the group you created above and, from the left sidebar, click the
Analyze
>Analytics dashboards
link - The group dashboard list should appear, select
Value Stream Dashboard
- Verify that the new metric appears in the Usage overview panel.
Related to #438256 (closed)
Edited by Rudy Crespo