-
Notifications
You must be signed in to change notification settings - Fork 32
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
Heap size UI #718
Heap size UI #718
Conversation
Codecov Report
@@ Coverage Diff @@
## main #718 +/- ##
========================================
Coverage 35.76% 35.76%
========================================
Files 399 400 +1
Lines 30213 30324 +111
Branches 7403 7445 +42
========================================
+ Hits 10805 10846 +41
- Misses 19332 19435 +103
+ Partials 76 43 -33
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
defaultUpdateInterval: 10000, | ||
hoverUpdateInterval: 3000, | ||
}} | ||
monitorDuration={60 * 10} |
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.
Now I wonder if 10 minutes is too long, graph moves so slow. Maybe 5?
Thoughts?
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.
Windows task manager shows performance over 60s, so maybe we move to 5 minutes and double the poll rate?
Visually, looks great. |
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.
- Exposed popper onEntered through tooltip component - Have tooltip onEntered/onExited manage isOpen state - Make tooltip interactive so it can be interacted with, copy text etc - Clean up css
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.
Approved for ux only
Fixes #715
Added Heap size monitoring UI Component
Added Heap Size Display in Console