-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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(dashboards-eap): Add progressive loading for tables #88697
feat(dashboards-eap): Add progressive loading for tables #88697
Conversation
…loading-for-tables
static/app/views/dashboards/widgetCard/spansWidgetQueries.spec.tsx
Outdated
Show resolved
Hide resolved
referrer, | ||
undefined, | ||
undefined, | ||
samplingMode |
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.
Unrelated to this PR, but we should probably consider making this a object instead of passing in undefined
multiple times
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.
Totally, it's on my TODO list to change these to objects because ugh lol every time someone has to add one, you need to do this, but I'll leave it off for another PR
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.
100% it should be handled separately imo
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Supports tables for the progressive loading method in dashboards. The updates required for this require us to pass the sampling mode down to the method in the dataset config for spans which then passes it to the query params in the request.
Supports tables for the progressive loading method in dashboards. The updates required for this require us to pass the sampling mode down to the method in the dataset config for spans which then passes it to the query params in the request.