Mean Time to Recovery (MTTR) - CI/CD用語集の定義
MTTR は本番環境で何かが壊れた後にサービスを復旧するまでにかかる平均時間です。
Mean time to recovery (MTTR) とは、本番環境の障害後にサービスを復旧するまでの平均時間です。チームがインシデントをどれだけ早く検知して復旧できるかを測る DORA メトリクスです。
改善する方法
高速な rollback、feature flag、優れた可観測性、自動復旧を備えることで MTTR を下げ、修正を数時間ではなく数分で出せるようにします。
関連ガイド
Change Failure Rate - CI/CD Glossary DefinitionChange Failure Rate: Change failure rate is the percentage of deployments that cause a failure in production…
DORA Metrics - CI/CD Glossary DefinitionDORA Metrics: DORA metrics are four measures of software delivery performance from the DevOps Research and As…
Error Budget Policy - CI/CD Glossary DefinitionError Budget Policy: An error budget policy defines what happens when a service exhausts its error budget, th…