dora-metrics-calculator
ActiveTool of Utility Matrix
Use this when a user wants to benchmark their engineering team against DORA metrics, or classify their deployment frequency and lead time. Takes deploy frequency, lead time hours, change failure rate, and restore time. Returns Elite/High/Medium/Low tier classification per metric.
Parameters schema
{
"type": "object",
"required": [
"deploys_per_month",
"lead_time_hours",
"change_failure_pct"
],
"properties": {
"lead_time_hours": {
"type": "number"
},
"deploys_per_month": {
"type": "number"
},
"change_failure_pct": {
"type": "number"
},
"restore_time_hours": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Utility Matrix
1/7 registries