Deployment Frequency - CI/CD用語集の定義
Deployment frequency は4つのDORAメトリクスの1つで、組織がどのくらいの頻度で本番環境へのリリースに成功するかを表します。エリートパフォーマーはオンデマンドで、多くの場合1日に何度もdeployします。
なぜ重要か
高いdeployment frequencyは、より小さくリスクの低い変更と相関します。それは高速で信頼できるCIによって可能になります。pipelineが遅かったり不安定だったりすると、チームは変更をまとめてdeployの頻度を下げます。
関連ガイド
Lead Time for Changes - CI/CD Glossary DefinitionLead Time for Changes: Lead time for changes is a DORA metric measuring the time from a commit being merged t…
Change Failure Rate - CI/CD Glossary DefinitionChange Failure Rate: Change failure rate is a DORA metric: the percentage of deployments that cause a failure…
Mean Time to Recovery (MTTR) - CI/CD Glossary DefinitionMean Time to Recovery (MTTR): Mean time to recovery (MTTR) is the average time it takes to restore service af…