grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
141 stars 21 forks source link

Unable to pick up variable values from data source for any of the lateest community version working for 10.0.3 #672

Closed Nitin-great-007 closed 7 months ago

Nitin-great-007 commented 7 months ago

The scenes app is unable to pick up the variable label values for the community edition for anything above the 10.0.3 it works fine the 10.0.3 community edition of grafana.

code in scenes: const JobVariable = new QueryVariable({ name: 'handler', datasource: { type: 'prometheus', uid: 'ecfaba71-8a21-4792-b704-ff84ca406784', }, query: { query: 'label_values(up, job)', }, });

but in dashboards its working can u please look into this