Open jan-di opened 1 day ago
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 https://github.com/VictoriaMetrics/victoriametrics-datasource/pull/216.
Example:
The respective network requests seem to be cancelled by the client before they are finished:
I have the same problem. I can confirm rolling back to v0.10.0 fixes this.
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 https://github.com/VictoriaMetrics/victoriametrics-datasource/pull/216.
Example:
The respective network requests seem to be cancelled by the client before they are finished: