Skip to content
Latchkey

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つすべてで同時に高いスコアを出します。

関連ガイド