This panel offers a view of efficiency solving (merging or closing) merge requests based on three metrics:
Filtering by Organization and Project is allowed by using the top left corner widget.
REI is shown next to filtering widget. Moving average is set to 8 weeks to identify changes in trends. Average is also shown as reference. REI values greater than 1 means the community is solving more merge requests than those they are opening. Values smaller than 1 means the opposite, i.e., more merge requests open than those solved during a given time frame.
Median Time to Merge gauge is set to show green color for less than 7 days, yellow for values from 7 to 30 days and red from 30 to 90 days. This means we are considering a week as a good time to solve. This is just a visual reference and you can always rely on the number, ignoring this color scheme.
Next to this gauge, Lead Time shows the average Time to Merge expressed in days together to its trend. This helps to identify peaks and visualize the global evolution of time spent in solving merge requests.
Finally, a table on the right splits Median Time to Solve by repository, giving an insight on the differences among them.
To use this dashboard with your own GrimoireLab deployment you need to:
gitlab_merge_requests
index is available on your GrimoireLab instance
(see grimoirelab-sirmordred documentation for details on how to deploy it).Index Pattern | —– | Dashboard |
Once you have the data in place, if you need to manually upload the dashboard execute the following commands:
kidash -e https://user:pass@localhost:443/data --import gitlab_merge_requests-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import gitlab_merge_requests_efficiency.json
Edit this doc