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

feat(persistence): sql sorting for spans #2823

Merged
merged 5 commits into from
Apr 10, 2024
Merged

feat(persistence): sql sorting for spans #2823

merged 5 commits into from
Apr 10, 2024

Conversation

RogerHYang
Copy link
Contributor

@RogerHYang RogerHYang commented Apr 9, 2024

resolves #2779

Screenshot 2024-04-09 at 7 59 05 AM

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Apr 9, 2024
@RogerHYang RogerHYang changed the title wip feat(persistence): sql sorting for spans Apr 9, 2024
@RogerHYang RogerHYang linked an issue Apr 9, 2024 that may be closed by this pull request
@@ -389,7 +389,7 @@ export function TracesTable(props: TracesTableProps) {
{
header: "total tokens",
minSize: 80,
accessorKey: "tokenCountTotal",
accessorKey: "cumulativeTokenCountTotal",
Copy link
Contributor Author

@RogerHYang RogerHYang Apr 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to swap this so the sort key is correct (i.e. on the cumulative version for root spans)

@RogerHYang RogerHYang merged commit eeafb64 into sql Apr 10, 2024
12 checks passed
@RogerHYang RogerHYang deleted the sql-sorting branch April 10, 2024 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[persistence] spans connection sorting
2 participants