DORA Metrics - CI/CD用語集の定義
DORA メトリクスは研究に裏付けられた4つのデリバリー性能指標で、deployment frequency、lead time、change failure rate、MTTR です。
DORA メトリクスとは、DevOps Research and Assessment プログラムによるソフトウェアデリバリー性能の4つの指標です: deployment frequency、lead time for changes、change failure rate、mean time to recovery。
4つの指標
2つはスループット(deployment frequency、lead time for changes)を、2つは安定性(change failure rate、mean time to recovery)を測ります。エリートチームは4つすべてで同時に高いスコアを出します。
関連ガイド
Deployment Frequency - CI/CD Glossary DefinitionDeployment Frequency: Deployment frequency is how often an organization successfully releases to production.…
Lead Time for Changes - CI/CD Glossary DefinitionLead Time for Changes: Lead time for changes is the time it takes for a commit to reach production. It is a D…
Change Failure Rate - CI/CD Glossary DefinitionChange Failure Rate: Change failure rate is the percentage of deployments that cause a failure in production…