Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract transaction breakdowns into measurements #4598

Closed
DominikB2014 opened this issue Mar 20, 2025 · 0 comments · Fixed by #4600
Closed

Extract transaction breakdowns into measurements #4598

DominikB2014 opened this issue Mar 20, 2025 · 0 comments · Fixed by #4600
Assignees

Comments

@DominikB2014
Copy link
Contributor

Within a transaction we have a breakdowns property, something like this

{
    "breakdowns": {
        "spans.db": 100,
        "spans.http": 200
    }
}

This shows supports the insights overview operation breakdown
Image

We need this data in the eap dataset, in order to do this, we can move breakdowns into measurements, and they should be automatically stored into the dataset

@DominikB2014 DominikB2014 self-assigned this Mar 20, 2025
DominikB2014 added a commit that referenced this issue Mar 21, 2025
closes #4598

More details found in the issue above. This PR extracts transaction
breakdowns into measurements, so that they are automatically stored in
the eap dataset. (Snuba does not look at breakdowns at all, but it
automatically stores all measurements) We are moving the insights
overview pages to eap, and the product relies on these breakdown values.

---------

Co-authored-by: Riccardo Busetti <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant