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

[BUG] Queries not pushed to local index when enabling grouping #197

Closed
deshsidd opened this issue Jan 23, 2025 · 1 comment
Closed

[BUG] Queries not pushed to local index when enabling grouping #197

deshsidd opened this issue Jan 23, 2025 · 1 comment
Labels
bug Something isn't working untriaged

Comments

@deshsidd
Copy link
Collaborator

What is the bug?

Point in time top n queries are not pushed to local index when enabling grouping, i.e. they disappear.

How can one reproduce the bug?

  1. Enable top n and local exporter. group_by: NONE
  2. Run a few queries, should show up on the UI in the top n table
  3. Enable grouping, group_by: SIMILARITY
  4. We see that all the queries run as part of 2 do not show up on the UI now.

What is the expected behavior?

A clear and concise description of what you expected to happen.
The queries should be flushed to the local index.

What is your host/environment?

Operating system, version.
mac, localhost

Do you have any screenshots?

If applicable, add screenshots to help explain your problem.

Do you have any additional context?

Add any other context about the problem.

Consequently the reverse works as expected:

  1. Enable grouping and local exporter. group_by: SIMILARITY
  2. Run a few queries, should show up on the UI in the top n table
  3. Enable top n, group_by: NONE
  4. All expected queries and groups show up on the UI as expected
@deshsidd deshsidd added bug Something isn't working untriaged labels Jan 23, 2025
@ansjcy
Copy link
Member

ansjcy commented Jan 28, 2025

This is fixed in #210

@ansjcy ansjcy closed this as completed Jan 28, 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 untriaged
Projects
None yet
Development

No branches or pull requests

2 participants