I would like to create a variable type Query, to return all data sources id created in my Grafana instance.
How can I write this query? Is it possible?
tks in advance
I would like to create a variable type Query, to return all data sources id created in my Grafana instance.
How can I write this query? Is it possible?
tks in advance
Use the variable type named datasource
Thank you torkel!
Yes, I did it, but I still don’t know how to query
I suppose I had to write something like this… select * from data_source
This is the --Grafana-- datasource
@torkel Can you help me with this issue?