-
Notifications
You must be signed in to change notification settings - Fork 15
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
Regression 0.10.2: Panels with multiple queries stuck loading #223
Labels
bug
Something isn't working
Comments
I have the same problem. I can confirm rolling back to v0.10.0 fixes this. |
Same problem here ... I see in logs.
|
Close issue as solved. Fill free to reopen if you find any problems with the new release |
Works again. Thank you for the quick solution :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
v0.10.2 seems to introduce a regression. On Grafana panels that have more than one visible query, the query requests never get done and the panel is loading indefinitely. Each individual queries are working fine, if viewed alone. See example below.
Using latest Grafana version (v11.3.0+security-01)
With datasourcev0.10.1 it does work as expected. Probably its caused by the changes in #216.
Example:
The respective network requests seem to be cancelled by the client before they are finished:
The text was updated successfully, but these errors were encountered: