Project level CI/CD Analytics: Usage metrics by tab
What does this MR do and why?
The MR adds 3 new metrics to project level CI/CD Analytics tracking, one for each tab click / page load;
URL Param (chart=) | Event |
---|---|
empty | 'p_analytics_ci_cd_pipelines' |
pipelines |
'p_analytics_ci_cd_pipelines' |
deployment-frequency |
'p_analytics_ci_cd_deployment_frequency' |
lead-time |
'p_analytics_ci_cd_lead_time' |
Tab click | Event |
---|---|
Pipelines |
'p_analytics_ci_cd_pipelines' |
Deployment frequency |
'p_analytics_ci_cd_deployment_frequency' |
Lead time |
'p_analytics_ci_cd_lead_time' |
The current tracking event will be removed in the next milestone #345074 (closed)
Screenshots or screen recordings
n/a
How to set up and validate locally
- Browse to project level CI/CD Analytics
- Open the browser console
- Navigate to the network tab
- Inspect the network requests being made on tab click
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #342926 (closed)
Edited by Brandon Labuschagne