{"id":19037,"date":"2024-10-28T17:12:00","date_gmt":"2024-10-28T17:12:00","guid":{"rendered":"https:\/\/leanmote.com\/docs\/im-a-manager-team-leader\/dora-metrics\/deployment-failure-rate\/"},"modified":"2025-06-30T20:44:19","modified_gmt":"2025-06-30T20:44:19","slug":"change-failure-rate","status":"publish","type":"docs","link":"http:\/\/162-0-235-172.cprapid.com\/es\/docs\/im-a-manager-team-leader\/performance-delivery\/dora-metrics\/change-failure-rate\/","title":{"rendered":"Change Failure Rate"},"content":{"rendered":"\n<p>Deployment failure rate is a key metric for assessing the reliability of a software deployment process. By tracking how often deployments fail, teams can identify potential issues in their CI\/CD pipelines, the quality of their codebase, and their ability to resolve problems quickly.<\/p>\n\n\n\n<p>At Leanmote, we calculate the deployment failure rate based on the <strong>naming conventions of pull requests (PRs)<\/strong>. This approach allows us to categorize deployments, distinguish between hotfixes and bug fixes, and get a clearer picture of how different types of changes impact the stability of our system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Why-Naming-Conventions-Matter\">Why Naming Conventions Matter<\/h3>\n\n\n\n<p>A consistent naming convention for PRs is essential for tracking the type and urgency of changes made to the codebase. By adopting a standardized naming format, teams can quickly categorize changes into <strong>hotfixes<\/strong>, <strong>bug fixes, recoveries and rollbacks<\/strong>, which play distinct roles in the deployment pipeline.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Hotfixes (HF)<\/strong> are urgent fixes for critical issues, typically aimed at addressing severe bugs or outages that require immediate attention in production. Hotfixes often bypass the usual development and testing process to ensure they can be deployed quickly.<\/li>\n\n\n\n<li><strong>Bugfixes (BF)<\/strong>, on the other hand, address less critical issues, such as minor bugs or glitches that don\u2019t affect core functionality or user experience. These are typically scheduled for the next release cycle and undergo more rigorous testing.<\/li>\n\n\n\n<li><strong>Recovery (RV)<\/strong> refers to the process of addressing a failure by deploying a fix or patch that resolves the issue and restores the system to a stable state. This typically happens within a short time frame to minimize downtime and impact on users.<\/li>\n\n\n\n<li><strong>Rollback (RB)<\/strong>, on the other hand, involves reverting to a previous stable version of the software when a deployment failure cannot be immediately resolved. This is usually done to quickly restore functionality, allowing for a more thorough investigation and resolution of the underlying issue before attempting another deployment.<\/li>\n<\/ul>\n\n\n\n<p>By using naming conventions to differentiate between hotfixes and bug fixes, we can gain deeper insights into the deployment process and how various changes impact system stability.<\/p>\n\n\n\n<p><b>We use the following naming conventions for the change failure r<\/b>ate:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>fix<\/li>\n\n\n\n<li>hotfix<\/li>\n\n\n\n<li>bug<\/li>\n\n\n\n<li>incidencia<\/li>\n\n\n\n<li>parche<\/li>\n\n\n\n<li>correccion<\/li>\n\n\n\n<li>incidente<\/li>\n\n\n\n<li>glitch<\/li>\n\n\n\n<li>bugfix<\/li>\n<\/ul>\n\n\n\n<p><em><strong>Note<\/strong>: We can adapt DORA metrics to your naming conventions, allowing for a more streamlined and customized approach to tracking deployment success, failure, and recovery rates.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"How-It-Works\">How It Works<\/h3>\n\n\n\n<p>Here\u2019s a simple example of how naming conventions help us understand deployment failure rate:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Hotfix Naming Convention<\/strong>:<br>We define a hotfix PR with a specific prefix, like <code>HOTFIX\/<\/code> or <code>HF-<\/code>. For example, a PR addressing an urgent production issue might be named <code>HF-1234-Critical-API-Endpoint<\/code>.<\/li>\n\n\n\n<li><strong>Bugfix Naming Convention<\/strong>:<br>A bugfix PR follows a different convention, such as <code>BUGFIX\/<\/code> or <code>BF-<\/code>. For example, a PR fixing a minor UI issue could be named <code>BUGFIX-5678-Resolve-UI-Alignment<\/code>.<\/li>\n<\/ol>\n\n\n\n<p>We can then calculate the deployment failure rate by factoring in the frequency of failures and linking them to the specific type of change deployed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Calculating-Deployment-Failure-Rate\">Calculating Deployment Failure Rate<\/h3>\n\n\n\n<p>The formula for calculating the deployment failure rate can look something like this:<\/p>\n\n\n\n<p><strong>[Deployment Failure&nbsp;Rate] = [Number&nbsp;of&nbsp;Failed&nbsp;Deployments] \/ [Total&nbsp;Number&nbsp;of&nbsp;Deployments]<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Conclusion\">Conclusion<\/h3>\n\n\n\n<p>Measuring the deployment failure rate is essential for understanding the stability of your CI\/CD pipeline. By leveraging naming conventions to distinguish between hotfixes and bug fixes, you gain a more detailed view of deployment failures and can make more informed decisions about how to improve your release process. This approach allows teams to identify patterns, prioritize improvements, and ensure the reliability of their deployments, even when under pressure to deploy urgent fixes.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Deployment failure rate is a key metric for assessing the reliability of a software deployment process. By tracking how often deployments fail, teams can identify potential issues in their CI\/CD pipelines, the quality of their codebase, and their ability to resolve problems quickly. At Leanmote, we calculate the deployment failure rate based on the naming [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":22592,"menu_order":1,"comment_status":"open","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-19037","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Change Failure Rate - Leanmote<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/slack.leanmote.com\/docs\/im-a-manager-team-leader\/performance-delivery\/dora-metrics\/change-failure-rate\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Change Failure Rate - Leanmote\" \/>\n<meta property=\"og:description\" content=\"Deployment failure rate is a key metric for assessing the reliability of a software deployment process. By tracking how often deployments fail, teams can identify potential issues in their CI\/CD pipelines, the quality of their codebase, and their ability to resolve problems quickly. At Leanmote, we calculate the deployment failure rate based on the naming [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/slack.leanmote.com\/docs\/im-a-manager-team-leader\/performance-delivery\/dora-metrics\/change-failure-rate\/\" \/>\n<meta property=\"og:site_name\" content=\"Leanmote\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/leanmote.au\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-30T20:44:19+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/162-0-235-172.cprapid.com\/wp-content\/uploads\/2021\/11\/leanmote-share.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"453\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Leanmote1\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/slack.leanmote.com\\\/docs\\\/im-a-manager-team-leader\\\/performance-delivery\\\/dora-metrics\\\/change-failure-rate\\\/\",\"url\":\"https:\\\/\\\/slack.leanmote.com\\\/docs\\\/im-a-manager-team-leader\\\/performance-delivery\\\/dora-metrics\\\/change-failure-rate\\\/\",\"name\":\"Change Failure Rate - Leanmote\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/slack.leanmote.com\\\/es\\\/#website\"},\"datePublished\":\"2024-10-28T17:12:00+00:00\",\"dateModified\":\"2025-06-30T20:44:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/slack.leanmote.com\\\/docs\\\/im-a-manager-team-leader\\\/performance-delivery\\\/dora-metrics\\\/change-failure-rate\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/slack.leanmote.com\\\/docs\\\/im-a-manager-team-leader\\\/performance-delivery\\\/dora-metrics\\\/change-failure-rate\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/slack.leanmote.com\\\/docs\\\/im-a-manager-team-leader\\\/performance-delivery\\\/dora-metrics\\\/change-failure-rate\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/slack.leanmote.com\\\/es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dashboards\",\"item\":\"https:\\\/\\\/www.leanmote.com\\\/docs\\\/im-a-manager-team-leader\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Performance Delivery\",\"item\":\"https:\\\/\\\/www.leanmote.com\\\/docs\\\/im-a-manager-team-leader\\\/performance-delivery\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"DORA Metrics\",\"item\":\"https:\\\/\\\/leanmote.com\\\/docs\\\/im-a-manager-team-leader\\\/performance-delivery\\\/dora-metrics\\\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Change Failure Rate\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/slack.leanmote.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/slack.leanmote.com\\\/es\\\/\",\"name\":\"Leanmote\",\"description\":\"Faster Projects, Leaner Teams, Lower Costs. Leanmote optimizes workflows, costs, and guides your teams - enabling leaders to actively manage performance and hit strategic goals.\",\"publisher\":{\"@id\":\"https:\\\/\\\/slack.leanmote.com\\\/es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/slack.leanmote.com\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/slack.leanmote.com\\\/es\\\/#organization\",\"name\":\"Leanmote\",\"url\":\"https:\\\/\\\/slack.leanmote.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/slack.leanmote.com\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/leanmote.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/leanmote-logo.jpg\",\"contentUrl\":\"https:\\\/\\\/leanmote.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/leanmote-logo.jpg\",\"width\":625,\"height\":175,\"caption\":\"Leanmote\"},\"image\":{\"@id\":\"https:\\\/\\\/slack.leanmote.com\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/leanmote.au\",\"https:\\\/\\\/x.com\\\/Leanmote1\",\"https:\\\/\\\/www.instagram.com\\\/leanmote.au\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/leanmote\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCIvphN0fePUw1F4c32OXjdg\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Change Failure Rate - Leanmote","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/slack.leanmote.com\/docs\/im-a-manager-team-leader\/performance-delivery\/dora-metrics\/change-failure-rate\/","og_locale":"es_ES","og_type":"article","og_title":"Change Failure Rate - Leanmote","og_description":"Deployment failure rate is a key metric for assessing the reliability of a software deployment process. By tracking how often deployments fail, teams can identify potential issues in their CI\/CD pipelines, the quality of their codebase, and their ability to resolve problems quickly. At Leanmote, we calculate the deployment failure rate based on the naming [&hellip;]","og_url":"https:\/\/slack.leanmote.com\/docs\/im-a-manager-team-leader\/performance-delivery\/dora-metrics\/change-failure-rate\/","og_site_name":"Leanmote","article_publisher":"https:\/\/www.facebook.com\/leanmote.au","article_modified_time":"2025-06-30T20:44:19+00:00","og_image":[{"width":750,"height":453,"url":"http:\/\/162-0-235-172.cprapid.com\/wp-content\/uploads\/2021\/11\/leanmote-share.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@Leanmote1","twitter_misc":{"Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/slack.leanmote.com\/docs\/im-a-manager-team-leader\/performance-delivery\/dora-metrics\/change-failure-rate\/","url":"https:\/\/slack.leanmote.com\/docs\/im-a-manager-team-leader\/performance-delivery\/dora-metrics\/change-failure-rate\/","name":"Change Failure Rate - Leanmote","isPartOf":{"@id":"https:\/\/slack.leanmote.com\/es\/#website"},"datePublished":"2024-10-28T17:12:00+00:00","dateModified":"2025-06-30T20:44:19+00:00","breadcrumb":{"@id":"https:\/\/slack.leanmote.com\/docs\/im-a-manager-team-leader\/performance-delivery\/dora-metrics\/change-failure-rate\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/slack.leanmote.com\/docs\/im-a-manager-team-leader\/performance-delivery\/dora-metrics\/change-failure-rate\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/slack.leanmote.com\/docs\/im-a-manager-team-leader\/performance-delivery\/dora-metrics\/change-failure-rate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/slack.leanmote.com\/es\/"},{"@type":"ListItem","position":2,"name":"Dashboards","item":"https:\/\/www.leanmote.com\/docs\/im-a-manager-team-leader\/"},{"@type":"ListItem","position":3,"name":"Performance Delivery","item":"https:\/\/www.leanmote.com\/docs\/im-a-manager-team-leader\/performance-delivery\/"},{"@type":"ListItem","position":4,"name":"DORA Metrics","item":"https:\/\/leanmote.com\/docs\/im-a-manager-team-leader\/performance-delivery\/dora-metrics\/"},{"@type":"ListItem","position":5,"name":"Change Failure Rate"}]},{"@type":"WebSite","@id":"https:\/\/slack.leanmote.com\/es\/#website","url":"https:\/\/slack.leanmote.com\/es\/","name":"Leanmote.","description":"Faster Projects, Leaner Teams, Lower Costs. Leanmote optimizes workflows, costs, and guides your teams - enabling leaders to actively manage performance and hit strategic goals.","publisher":{"@id":"https:\/\/slack.leanmote.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/slack.leanmote.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/slack.leanmote.com\/es\/#organization","name":"Leanmote.","url":"https:\/\/slack.leanmote.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/slack.leanmote.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/leanmote.com\/wp-content\/uploads\/2021\/11\/leanmote-logo.jpg","contentUrl":"https:\/\/leanmote.com\/wp-content\/uploads\/2021\/11\/leanmote-logo.jpg","width":625,"height":175,"caption":"Leanmote"},"image":{"@id":"https:\/\/slack.leanmote.com\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/leanmote.au","https:\/\/x.com\/Leanmote1","https:\/\/www.instagram.com\/leanmote.au\/","https:\/\/www.linkedin.com\/company\/leanmote","https:\/\/www.youtube.com\/channel\/UCIvphN0fePUw1F4c32OXjdg"]}]}},"_links":{"self":[{"href":"http:\/\/162-0-235-172.cprapid.com\/es\/wp-json\/wp\/v2\/docs\/19037","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/162-0-235-172.cprapid.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"http:\/\/162-0-235-172.cprapid.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"http:\/\/162-0-235-172.cprapid.com\/es\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/162-0-235-172.cprapid.com\/es\/wp-json\/wp\/v2\/comments?post=19037"}],"version-history":[{"count":5,"href":"http:\/\/162-0-235-172.cprapid.com\/es\/wp-json\/wp\/v2\/docs\/19037\/revisions"}],"predecessor-version":[{"id":22242,"href":"http:\/\/162-0-235-172.cprapid.com\/es\/wp-json\/wp\/v2\/docs\/19037\/revisions\/22242"}],"up":[{"embeddable":true,"href":"http:\/\/162-0-235-172.cprapid.com\/es\/wp-json\/wp\/v2\/docs\/22592"}],"wp:attachment":[{"href":"http:\/\/162-0-235-172.cprapid.com\/es\/wp-json\/wp\/v2\/media?parent=19037"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"http:\/\/162-0-235-172.cprapid.com\/es\/wp-json\/wp\/v2\/doc_tag?post=19037"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}