Closed ralgozino closed 4 years ago
Hi!
No problem, it will take a couple of days
Hi!
Could you test the latest change and confirm whether it works for your case or not?
Seems to be working as expected! thank you!
If you have other ideas on how the plugin can be improved, please share them with me
Hi!
Could you please consider adding support for variables?
We have some graphs that we would like to repeat for the different values of a dashboard variable, but the value doesn't get replaced in the query. Otherwise, I would have to copy and paste the same panel 22 times, and if I change something re-do again 22 times the modification.
For example, if I define a variable
$myvar
that has valuesval1
selected, and then use the query for a panelSELECT field FROM table WHERE column="$myvar"
,$myvar
doesn't get replaced byval1
.Maybe this link could be useful: https://grafana.com/docs/grafana/latest/developers/plugins/add-support-for-variables/
Thank you!