-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Logs UI] Refactor log stream rendering #53044
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
Update on where we're at right now:
|
A lot of discussion on this happened in Slack DMs and Zoom, here's some summaries and copypastes. Tl;dr After getting
Spoke with @weltenwort about this, and we determined that:
I worked on implementing these changes, and found that
So I switched to using the more feature-rich At this point we floated the idea of virtualizing on a per-page basis instead of a per-entry basis:
|
Sub-issue of #49154
Acceptance Criteria
react-virtualized
to render the log stream rowsThe text was updated successfully, but these errors were encountered: