-
Notifications
You must be signed in to change notification settings - Fork 333
feat: Add custom attributes for individual rows #1379
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
Conversation
🦋 Changeset detectedLatest commit: 2d5bd7a The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Code Review✅ Overall Assessment: No critical issues found. The PR implements row-level custom attributes cleanly with good test coverage. Minor Observations:
Positive Highlights:
Recommendation: ✅ Approve and merge |
E2E Test Results✅ All tests passed • 38 passed • 3 skipped • 413s
|
That is intended - the trace attributes are shown for any spans they're found in. This is for a use-case where some span in a trace has a particular property of interest, and you don't want to have to figure out which span it's in by clicking them. This does potentially point towards a need to show the row-level attributes for the selected waterfall span somewhere as well, in the trace panel, but I'd prefer to handle that as an enhancement if that's OK with you! |



Closes HDX-2776
Closes HDX-2752
Summary
This PR extends the custom attributes feature from #1356 to support custom attributes on individual rows (rather than entire traces). Further, attributes which are URLs are now rendered as links, supporting use-cases which require building custom external links from queried data.
Demo
Source Configuration:
Side panel:

Inferred link:

logview attribute definition