grafana / grafana-json-datasource

A data source plugin for loading JSON APIs into Grafana.
Apache License 2.0
270 stars 66 forks source link

Query error e.ArrayVector is not a constructor Getting this error after the new update #410

Open fridayowl opened 9 months ago

fridayowl commented 9 months ago
Screenshot 2024-02-29 at 1 46 02 PM

The issue started to happen after the new update . Let me know if you need any more information regarding the issue @OSS Big Tent

gabor commented 9 months ago

hi @fridayowl , thanks for the report. this is fixed in newest grafana (main-branch).

gabor commented 9 months ago

technical note: we'll have to remove the usage of ArrayVector and .toArray(), but we should make sure we handle the required-grafana-version correctly.

fridayowl commented 9 months ago

@gabor Thanks for the update