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

Certain queries don't autofill the values drop down in the filter #274

Open
alexbikfalvi opened this issue Dec 4, 2024 · 2 comments
Open
Labels
bug Something isn't working investigation

Comments

@alexbikfalvi
Copy link
Contributor

Problem

When entering certain queries in the Explore Traces filter, the filter doesn't show a drop down with options for certain attributes (for example certain span attributes).

Image

Even though the same query does generate a list of options in classic Explore.

Image

Furthermore, when the values drop down is not shown, the user doesn't have the possibility to type the query.

@alexbikfalvi alexbikfalvi added bug Something isn't working GA Issues/improvements we would like completed before GA investigation labels Dec 4, 2024
@adrapereira
Copy link
Collaborator

There's actually one more filter in place in Explore Traces which is affecting the difference in results. If you look closely you'll see that the primary signal in Explore Traces is Full traces, which generates an additional filter for all queries nestedSetParent = -1, which means that it's only looking for top level spans.

Try changing the primary signal to All spans and check whether the results match what you see in Explore classic.

@alexbikfalvi
Copy link
Contributor Author

There's actually one more filter in place in Explore Traces which is affecting the difference in results. If you look closely you'll see that the primary signal in Explore Traces is Full traces, which generates an additional filter for all queries nestedSetParent = -1, which means that it's only looking for top level spans.

Try changing the primary signal to All spans and check whether the results match what you see in Explore classic.

@adrapereira You're correct: using that option all values appear in the drop down. So it's more of a usability issue then - without knowing you have to pick that option, it's confusing that the attribute appears but the values don't.

@alexbikfalvi alexbikfalvi removed the GA Issues/improvements we would like completed before GA label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working investigation
Projects
None yet
Development

No branches or pull requests

2 participants