Skip to content

fix(starfish): Fix ordering of span group breakdown #51691

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

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

gggritso
Copy link
Member

@gggritso gggritso commented Jun 27, 2023

Span duration wasn't a selected field for that EventView, so the data was coming back unsorted, and the breakdown looked weird. Database was completely missing! The selected fields were updated in #51051 but the sort was left incorrect.

Before:
Screenshot 2023-06-27 at 10 16 11 AM

After:
Screenshot 2023-06-27 at 10 23 21 AM

Span duration wasn't a selected field for that `EventView`, so the data
was coming back unsorted, and the breakdown looked weird.
@gggritso gggritso requested a review from a team June 27, 2023 14:25
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 27, 2023
@gggritso gggritso requested a review from shruthilayaj June 27, 2023 14:26
@gggritso gggritso merged commit 8196928 into master Jun 27, 2023
@gggritso gggritso deleted the fix/starfish/group-breakdown-sorting branch June 27, 2023 18:23
@github-actions github-actions bot locked and limited conversation to collaborators Jul 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants