VictoriaMetrics / victoriametrics-datasource

Grafana datasource for VictoriaMetrics
GNU Affero General Public License v3.0
111 stars 14 forks source link

Regression 0.10.2: Panels with multiple queries stuck loading #223

Open jan-di opened 1 day ago

jan-di commented 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: gif1

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

grafik
frli4797 commented 20 hours ago

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