-
-
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(new-trace) Adding trace level ops breakdown #84354
Conversation
Abdkhan14
commented
Jan 31, 2025
![Screenshot 2025-01-30 at 7 50 13 PM](https://private-user-images.githubusercontent.com/60121741/408355680-84209045-87b1-4432-af98-a09ad1f79b3c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDAzNDcsIm5iZiI6MTczOTEwMDA0NywicGF0aCI6Ii82MDEyMTc0MS80MDgzNTU2ODAtODQyMDkwNDUtODdiMS00NDMyLWFmOTgtYTA5YWQxZjc5YjNjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDExMjA0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTViYzgwZmY3ODU5NDQ4N2FkZmI5MTk4MmI0YWEzZjI5YWY1NTk0YzM0ZDAxYzkwZmFhZWI4NWRiODliMDA2MzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xNAwfASy7QxEpZDF0pXrxNH1a0Zf6i7sfA3Rea3y6do)
![Screenshot 2025-01-30 at 7 50 21 PM](https://private-user-images.githubusercontent.com/60121741/408355688-f3e0a2d7-93ca-4e1d-91aa-5eb751afc058.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDAzNDcsIm5iZiI6MTczOTEwMDA0NywicGF0aCI6Ii82MDEyMTc0MS80MDgzNTU2ODgtZjNlMGEyZDctOTNjYS00ZTFkLTkxYWEtNWViNzUxYWZjMDU4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDExMjA0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU3NWE3MWNlZGQ5Yjc5MTc3NzQ3MjA5M2M4MmY0OGYzYTMyODdjZjc0YmM1ZDI1MjE5M2Q5Yzg0NzI3YzAzYmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.N0zIwUpUQG3SIvyL9mFcQ2Bi_cv0FeIJQqBPt4-8Y30)
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #84354 +/- ##
=======================================
Coverage 87.62% 87.62%
=======================================
Files 9601 9601
Lines 543278 543278
Branches 21286 21286
=======================================
Hits 476034 476034
Misses 66891 66891
Partials 353 353 |
static/app/views/performance/newTraceDetails/traceLevelOpsBreakdown.tsx
Outdated
Show resolved
Hide resolved
static/app/views/performance/newTraceDetails/traceLevelOpsBreakdown.tsx
Outdated
Show resolved
Hide resolved
static/app/views/performance/newTraceDetails/traceLevelOpsBreakdown.tsx
Outdated
Show resolved
Hide resolved
static/app/views/performance/newTraceDetails/traceLevelOpsBreakdown.tsx
Outdated
Show resolved
Hide resolved
|
||
return ( | ||
<Container> | ||
{opsCountsResult?.data.slice(0, 4).map(currOp => { |
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.
Why only first 4?
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.
Followed the designs here for it: https://www.figma.com/design/zfReOSQiHfODLLoFWpYVdW/Trace-V3?node-id=42-1924&t=tsKe9q2Uvr3vObN0-0
static/app/views/performance/newTraceDetails/traceLevelOpsBreakdown.tsx
Outdated
Show resolved
Hide resolved
6d73309
to
ec31195
Compare
<img width="775" alt="Screenshot 2025-01-30 at 7 50 13 PM" src="https://github.com/user-attachments/assets/84209045-87b1-4432-af98-a09ad1f79b3c" /> -------------- <img width="694" alt="Screenshot 2025-01-30 at 7 50 21 PM" src="https://github.com/user-attachments/assets/f3e0a2d7-93ca-4e1d-91aa-5eb751afc058" /> --------- Co-authored-by: Abdullah Khan <[email protected]>