Deployment Frequency - CI/CD用語集の定義
Deployment frequency は本番環境へ deploy する頻度を測る指標で、月に1回(低い)から、オンデマンドで1日に何度も(エリート)まで幅があります。
Deployment frequency とは、組織が本番環境へ正常にリリースする頻度です。DORA メトリクスの4つのうちの1つで、デリバリーのスループットとバッチサイズの代理指標となります。
なぜ重要か
deployment frequency が高いほど、通常は1回のリリースあたりの変更が小さくなり、各 deploy のリスクが下がり、何かが壊れたときのデバッグも容易になります。
関連ガイド
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…
DORA Metrics - CI/CD Glossary DefinitionDORA Metrics: DORA metrics are four measures of software delivery performance from the DevOps Research and As…
Change Failure Rate - CI/CD Glossary DefinitionChange Failure Rate: Change failure rate is the percentage of deployments that cause a failure in production…