Skip to content

Team Performance #268

@kinlane

Description

@kinlane

This is a discussion to move forward with the blueprint to define team performance, building upon existing metrics like DORA metrics to help define what team performance is, but also begin to measure, report, and begin to steer things in the desirable direction.

Reference: DORA metrics are used by DevOps teams to measure their performance and find out whether they are “low performers” to “elite performers”. The four metrics used are deployment frequency (DF), lead time for changes (LT), mean time to recovery (MTTR), and change failure rate (CFR).

  • Deployment Frequency: Refers to the frequency of successful software releases to production.
  • Lead Time for Changes: Captures the time between a code change commit and its deployable state.
  • Mean Time to Recovery: Measures the time between an interruption due to deployment or system failure and full recovery.
  • Change Failure Rate: Indicates how often a team’s changes or hotfixes lead to failures after the code has been deployed.

What is the consideration when mapping this to a platform approach to the API lifecycle, thinking about the specifics of how organizations are producing APIs, as opposed to other types of software?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions