デプロイ頻度 - CI/CD 用語集の定義
デプロイ頻度は DORA メトリクスの一つで、本番へどれだけ頻繁に正常に出荷しているか、月次から 1 日に何度もまでを表します。
デプロイ頻度 とは、組織がどれだけ頻繁に変更を本番へ正常にリリースしているかを測る DORA メトリクスです。
4 つの DORA メトリクスの一つである高いデプロイ頻度は、小さなバッチサイズと成熟した自動化と相関します。
CI において
頻繁なデプロイは信頼できる pipeline に依存します。不安定な CI や手動のゲートは、各リリースのコストを高めることでデプロイ頻度を抑え込みます。
関連ガイド
Lead Time - CI/CD Glossary DefinitionLead Time: Lead time for changes is a DORA metric measuring the elapsed time from a code commit to that chang…
Small Batches - CI/CD Glossary DefinitionSmall Batches: Working in small batches means integrating and releasing changes frequently in small increment…
Service Level - CI/CD Glossary DefinitionService Level: A service level describes a target for a service behavior, typically expressed as a Service Le…