Closed Nitin-great-007 closed 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
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