Skip to content
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

Create filter when clicking on property in the traces #192

Open
skull8888888 opened this issue Nov 10, 2024 · 2 comments
Open

Create filter when clicking on property in the traces #192

skull8888888 opened this issue Nov 10, 2024 · 2 comments
Assignees
Labels
frontend Requires work in the frontend package good first issue Good for newcomers

Comments

@skull8888888
Copy link
Collaborator

Screenshot 2024-11-09 at 10 42 14 PM

For instance, in the screenshot above, I want to be able to click on "capital_finder" top span name, and then it would create filter on top span name with value equals to the "capital_finder"

@skull8888888 skull8888888 added good first issue Good for newcomers frontend Requires work in the frontend package labels Nov 11, 2024
@sarthakvijayvargiya
Copy link
Contributor

Hi, @skull8888888 I like to work on this issue. To clarify, currently when we click on capital_finder or anywhere in a table row, it opens up the trace details for that specific row. Now, the goal is to add functionality so that if we click specifically on words in the topspan column, it will apply a filter to show only traces with the capital_finder span name.

@dinmukhamedm
Copy link
Member

Yes, @sarthakvijayvargiya this is correct. We'd probably like something similar for top level span (type) too. The filter is currently broken though, I will fix it ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Requires work in the frontend package good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants