-
Notifications
You must be signed in to change notification settings - Fork 328
fix: sort on the client side in KubernetedDashboardPage #1350
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
base: main
Are you sure you want to change the base?
Conversation
Also fixes hardcoded ResourceAttributes Fixes: HDX-2790, HDX-2792
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 4612e13 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
PR Review✅ Overall: Good changes - fixes sorting bug and hardcoded ResourceAttributes Key improvements:
Issues to address:
Suggestions:
|
E2E Test Results✅ All tests passed • 45 passed • 3 skipped • 391s
|
| }), | ||
| ); | ||
|
|
||
| // Sort the data client-side |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we prefer to sort client-side instead of CH here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in this case, it's much faster than another server call with potentially hundreds of thousands of records.
Also fixes hardcoded ResourceAttributes
Fixes: HDX-2790, HDX-2792