You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "Startrekzky (via GitHub)" <gi...@apache.org> on 2023/03/08 03:16:51 UTC

[GitHub] [incubator-devlake] Startrekzky opened a new issue, #4610: [Bug][Metric] The way to calculate `Change Failure Rate` is not accurate

Startrekzky opened a new issue, #4610:
URL: https://github.com/apache/incubator-devlake/issues/4610

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   The `Change Failure Rate` can be higher than 100%, which is confusing.
   ![img_v2_a9038984-648d-4f1f-a544-ffd54d76b0fg](https://user-images.githubusercontent.com/14050754/223609786-e6026176-0d6a-4b73-8389-5b6e52b4b9d5.jpg)
   
   
   After I checked the doc, the current algorithm is defined as below.
   <img width="1116" alt="img_v2_9d2bd9c1-a0b0-4cac-b487-fe0b64e7b11g" src="https://user-images.githubusercontent.com/14050754/223609741-da249528-6bad-425a-ac58-703d10bf6423.png">
   
   ### What do you expect to happen
   
   We should define CFR as:
   
   The number of changes(deployments) that causes failure(incidents) / The number of changes (deployments)
   
   ### How to reproduce
   
   Go to DORA dashboard and see the SQL of CFR
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn closed issue #4610: [Bug][Metric] The way to calculate `Change Failure Rate` is not accurate

Posted by "abeizn (via GitHub)" <gi...@apache.org>.
abeizn closed issue #4610: [Bug][Metric] The way to calculate `Change Failure Rate` is not accurate
URL: https://github.com/apache/incubator-devlake/issues/4610


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org