Gitlab Pipelines : Lead Time for Changes
Gitlab Lead Time for Changes measures three metrics,
Average Lead Time - The average time it takes from Code Commit to Production Deployment. Production deployment stage can be defined as a part of KPI filters.
Average Merge Time - The average time it takes from a Code Commit to complete a Merge Request.
Lead Time split and count by days - Chart that shows by number of days, the count of commits that have been made, merged and deployed to production.
Â
Â
The KPI has a settings panel with the following capabilities:
Tags : (Currently disabled) supports all the project and application tags, and allows users to slice data into multiple dimensions/representations.
Deployment Stage : Gitlab pipelines allow users to provide/define stages however they want. Hence in order to capture the correct stage name in the calculations, users will be able to provide the production deployment stage as an input, and the lead time will modify itself accordingly.
Gitlab Projects : (Temporary) allows user to filter results based on list of projects.
Date picker : To measure lead time, and average time to merge for a specific time range.
Â