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

On Explore. After click on older logs on side bar, the next window of logs are loaded (instead of the remaining logs int the first query) #1097

Closed
hsuanyi opened this issue Dec 22, 2024 · 0 comments
Labels
datasource/ClickHouse type/bug Something isn't working

Comments

@hsuanyi
Copy link

hsuanyi commented Dec 22, 2024

What happened:
In clickhouse, we need to have LIMIT in the query (grafana cannot load minions of results anyway). Thus, the results after the limit are not returned to grafana (which is expected).

But if you click on older logs on side bar to trigger 2nd query, the 2nd query would read from the next window (as opposed to picking up what was left off in the 1st query).

What you expected to happen:
Grafana should use the last result's timestamp from the 1st query to form the filter for the 2nd query.

How to reproduce it (as minimally and precisely as possible):

Screenshots

Image

Anything else we need to know?:

Environment:

  • Grafana version:
  • Plugin version:
  • OS Grafana is installed on:
  • User OS & Browser:
  • Others:
@hsuanyi hsuanyi added datasource/ClickHouse type/bug Something isn't working labels Dec 22, 2024
@hsuanyi hsuanyi closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasource/ClickHouse type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant