Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Integration calculating metrics at the wrong level (actions instead of pipelines) #160

@DjairdaSilva

Description

@DjairdaSilva

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:

  1. Go to thr main page
  2. Click on add nes pipeline
  3. Ther you will see that it is needed to select the action to see the DORA metrics.
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions