-
Notifications
You must be signed in to change notification settings - Fork 95
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
Comments
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. |
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 |
@sarthakvijayvargiya sorry I forgot to update you that we fixed the filter. Any updates from your side? |
@dinmukhamedm I'm currently working on issue #79 and won't be able to focus on this one for now. Please unassign me from this issue temporarily. If it's still open once I’m done, I’ll pick it up again. |
@dinmukhamedm I’ve implemented the Auto Filter feature in this PR. I’d like to hear your thoughts and suggestions.#317 |
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"
The text was updated successfully, but these errors were encountered: