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

Regression 0.10.2: Panels with multiple queries stuck loading #223

Closed
jan-di opened this issue Nov 15, 2024 · 5 comments
Closed

Regression 0.10.2: Panels with multiple queries stuck loading #223

jan-di opened this issue Nov 15, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@jan-di
Copy link

jan-di commented Nov 15, 2024

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:
gif1

The respective network requests seem to be cancelled by the client before they are finished:
grafik

@frli4797
Copy link

I have the same problem. I can confirm rolling back to v0.10.0 fixes this.

@matejsp
Copy link

matejsp commented Nov 19, 2024

Same problem here ... I see in logs.

deprecationWarning.ts:14 [Deprecation warning] DataSource victoriametrics-datasource: templateSrv.getAdhocFilters is deprecated. Use filters property on the request (DataQueryRequest). Or if this is called from interpolateVariablesInQueries or applyTemplateVariables it is passed as a new argument instead

@Loori-R Loori-R self-assigned this Nov 19, 2024
@Loori-R Loori-R added the bug Something isn't working label Nov 19, 2024
@dmitryk-dk
Copy link
Contributor

Hi @jan-di ! The issue was fixed in the new v0.10.3 release. Could you please check it?

@dmitryk-dk
Copy link
Contributor

dmitryk-dk commented Nov 21, 2024

Close issue as solved. Fill free to reopen if you find any problems with the new release

@jan-di
Copy link
Author

jan-di commented Nov 21, 2024

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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants