DEV Community

Alec Dutcher
Alec Dutcher

Posted on

1

AZ-400: Identify work flow metrics

Cumulative flow, lead time, and cycle time guidance

Lead Time and Cycle Time Widgets

Cycle Times

  • Time it takes for developers to complete work items once they begin working on the items

Time to Recovery

  • How long it takes to recover from a service interruption or failure

Lead Time

  • For continuous flow: Time it takes from when a request is made to when it is closed
  • For sprint process: Time from when work on a request begins to when it is completed (i.e. Active to Closed)

Work in Progress

  • Amount of work or number of work items actively being worked
  • There is a well-defined correlation between lead/cycle time and WIP

Velocity

  • Can indicate how much work a team can complete during a sprint
  • Based on either count of work items or estimation of effort
  • Is not a key performance indicator and should not be treated as one

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay