-
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
[Profiling] Replacing TopN functions table for EuiGrid #160702
[Profiling] Replacing TopN functions table for EuiGrid #160702
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
f298e08
to
9bcb259
Compare
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.
I did a first pass to review the code and it looks good. I will follow up on Wednesday to try it out with live data.
Here are a few miscellaneous items that I noticed after setting up a cloud instance with live data:
Before After
Before After
|
I noticed this too. I was rendering 500 items but that must be too much. I changed to 100 items.
This is actually a regression. I fixed it here, but I will open a new PR fixing only this and merging it on 8.9 too. |
Looks good to me. I added an |
Thanks, I fixed it. I also noticed that the |
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.
Looks good 👍 🚀
…es/kibana into profiling-topn-function-grid
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
TopN functions
Diff TopN functions