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
60.72k stars 11.61k forks source link

[v11.0.x] scenes: update to v4.14.0: opt-in to #87334

Closed darrenjaneczek closed 2 weeks ago

darrenjaneczek commented 2 weeks ago

Backport 5b424ed6bb0bf8f3494d2c74e5d18ce9880512d8 from #87244


With updating the scenes library, dashboards must now explicitly opt in to useQueriesAsFilterForOptions. We want to ensure we opt into this all the time for the new scenes dashboards. We do not want this behavior for certain scenes apps, like "Explore Metrics"

Updating the library to require opt-in for useQueriesAsFilterForOptions fixes a bug in "Explore Metrics" which prevents the adhoc filter varible from being able to select keys and values once the sample panels in the select metrics scene have been initialized.

Depends on:

Special notes for your reviewer:

Please check that: