grafana / grafana

The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
https://grafana.com
GNU Affero General Public License v3.0
61.15k stars 11.68k forks source link

[v10.4.x] CloudMonitoring: Fix query type selection issue #88023

Closed grafana-delivery-bot[bot] closed 1 month ago

grafana-delivery-bot[bot] commented 1 month ago

Backport 58d382e5dd1b640dd707701f77671a7fc59a9acf from #87990


86069 introduced a bug which would prevent the query type from being changed.

This fixes that by running a deepEqual check against the saved migratedQuery value and the new query.

I've tested that the original migration fix still works and that the query is correctly maintained across re-renders.