Describe the bug
Hello team,
I've been testing the integration with Buddy.works and noticed an issue with how the metrics are being calculated.
Currently, the integration requires selecting a specific action within a pipeline to monitor. However, for DORA metrics (like Deployment Frequency or Change Failure Rate), the relevant unit should be the pipeline itself — not individual actions inside it.
By evaluating the success or failure at the action level, the metrics may become misleading. For instance, if an action that never fails is selected, it could result in a false impression of 100% success rate, even if the pipeline occasionally fails due to other steps.
Ideally, the integration should assess the overall status of the pipeline run (success or failure), rather than relying on the status of individual actions within it.
Could this behavior be reviewed and adjusted?
Thanks in advance!
To Reproduce
Steps to reproduce the behavior:
- Go to thr main page
- Click on add nes pipeline
- Ther you will see that it is needed to select the action to see the DORA metrics.
- See error
Expected behavior
The expect is get the correct date from buddy works, it needs to calculate the 1 level above, the mensure needs to be the pipelines, not a specifc action inside the pipeline.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.