# Deployment Frequency — Definition of Success > KPI: Deployment Frequency > Target: not a committed target (operational signal) **What this number means:** the rate of infrastructure state updates deployed safely per day. A DORA-adjacent metric for infrastructure. **How it's computed:** `count(run.completed WHERE exit_code = 0)` per day. **What "good" looks like:** multiple deploys per day (vs. weekly/monthly for human ops teams).