You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Anything else we need to know?:
Environment:
Grafana version:
Plugin version:
OS Grafana is installed on:
User OS & Browser:
Others:
The text was updated successfully, but these errors were encountered:
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
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: