-
Notifications
You must be signed in to change notification settings - Fork 59
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: runtime metrics UI #747
Conversation
Codecov Report
@@ Coverage Diff @@
## master #747 +/- ##
==========================================
- Coverage 66.09% 65.90% -0.19%
==========================================
Files 488 489 +1
Lines 11806 11914 +108
Branches 2171 2195 +24
==========================================
+ Hits 7803 7852 +49
- Misses 4003 4062 +59
|
@4nalog here I am |
@4nalog I can run this, but I don't see any partitioning of the timeline graph. Also I'm seeing the height issue you reported earlier. |
@4nalog I can run this but when I look at any timeline view, I do not see the the chart lines partitioned, do not get a detail pop up. |
Bugs per our sync with @hamersaw:
|
@4nalog I see two issues:
|
a461b4b
to
50a16b5
Compare
Signed-off-by: Soham <4nalog@protonmail.com>
Signed-off-by: Jason Porter <jason@union.ai>
Signed-off-by: Jason Porter <jason@union.ai>
Signed-off-by: Jason Porter <jason@union.ai>
Signed-off-by: Jason Porter <jason@union.ai>
Signed-off-by: Carina Ursu <carina@union.ai>
50a16b5
to
ccdec21
Compare
Signed-off-by: Carina Ursu <carina@union.ai>
Signed-off-by: Soham <4nalog@protonmail.com>
🎉 This PR is included in version 1.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
TL;DR
This PR adds logic for allowing runtime task metrics to me displayed in the timeline chart component
To run:
yarn install
andyarn start
Type
Are all requirements met?
Complete description
This feature:
Tracking Issue
fixes