Lead Time For Changes (LTC)
Last updated
Last updated
The interval between a code change and its release to the end users is considered Lead Time For Changes.
The image below represents the Lead Time metric's anatomy that covers the Lead Time For Changes metric.
The Lead Time For Changes measures friction in the coding, code review, and CI/CD processes.
Coding Time: The time elapsed between the First commit and the PR opened.
Code Review Time: The time elapsed between the PR opened and the PR merged.
Waiting For Deploy: The time elapsed between the PR merged and the Deployment pipeline started.
Deployment Time: The time elapsed between the Deployment started and Deployment finished successfully.
BLOG POST - How To Reduce Lead Time For Changes (Optimizing DORA Metrics)
In this article, we will take a closer look at one of DORA Metrics, Lead Time For Changes (Change Lead Time), and how it can be reduced to optimize software development and delivery processes.