One number hides the real problem
A single cycle time figure tells you delivery is slow, but not why. Two teams can share the same 40-hour cycle time for completely different reasons: one is drowning in review wait, the other is blocked by flaky deploys. Treating cycle time as one blob leads to guesswork and the wrong fixes.
Cycle time analytics splits every change into three measurable stages: coding (first commit to PR open), review (PR open to approval), and deploy (merge to production). Each stage has its own owner, its own failure modes, and its own lever. When you can see the split, the conversation shifts from "we are slow" to "review pickup is our constraint this quarter."
This is the same philosophy behind our engineering metrics approach and our DORA metrics tracking: measure the pipeline as stages, not as a mystery total.