dora-team / fourkeys

Platform for monitoring the four key software delivery metrics of software delivery
Apache License 2.0
2.18k stars 597 forks source link

fix: add DISTINCT keyword to issue in change failure rate #431

Open ao-inoue opened 1 year ago

ao-inoue commented 1 year ago

The calculation for the Change Failure Rate appears to be a little off as of now. Any changes [e.g., Comment and Edit] to the incident/issue on Github are considered separate entries.

So adding a distinct keyword to the query will correct this problem.