Find a term
Get clear definitions of software delivery metrics and the practices behind them, from deployment frequency to recovering from a failed change.
Terms beginning with F
3 termsFailed deployment recovery time
Failed deployment recovery time measures how long it takes to recover from a deployment that fails and requires immediate intervention. Its scope is deployment-related failure, which makes it narrower than many general incident recovery or MTTR measures.
DORA and DevOpsFeature flags
A feature flag is a runtime control that changes whether a code path is available without requiring a new deployment. Flags can support gradual rollout, experiments, emergency disablement, and safer integration of incomplete work.
DORA and DevOpsFeature toggle
Feature toggle is a release engineering and DevOps concept for controlling how software changes are prepared, introduced, or understood.
DORA and DevOps