-
Notifications
You must be signed in to change notification settings - Fork 22
Dashboard variable does not work in v7.0.0 #102
Comments
In the example above, what is the template varable? In 7.0 the queries should still expand template variables: |
In my case, the problem (compared to the previous release) is related to repeating panels using multiple-value variables. E.g. I have a temperature that I display for each
Grafana used to to render each panel, substituting the
However, the panel title displays the variable correctly. I have noticed a similar issue in Grafana here, but it's been fixed in 6.1.0. |
Ahh -- the case you mention here should be fixed for this panel in 7.1. Strangely, it will be fixed by: The real issue is using the panel tenplate vars not just the dashboard vars: |
Thank you @ryantxu - I'm looking forward to the release! |
@ryantxu There is no template variable in my query. The query is used to populate a multi-value variable named "hostname". The exact same thing used to work in 6.7. |
Having the same issue mentioned on the last comment. |
Having the same issue with @ElieLiabeuf |
Can you try using the 7.1 beta release, and the built-in Influx datasource there? If it is still an issue, let me know |
This comment has been minimized.
This comment has been minimized.
@poldown you mean the token from influxdb? i used it on the datasource configuration. I think it's proxying the wrong way too. Let's wait.. |
this is the request that happens when focusing out the query field: POST /api/v2/query?epoch=ms HTTP/1.1 |
Verified - I have the same error as @hugodlg |
Hi, I'm facing the same issue. Is there any fix or workaround for ? I'm using the version of Grafana 7.1.4 & InfluxDB 1.8.1 |
I‘ve given up on Geafana and switched to Cronograf :/ |
This is my workaround for this issue. I'm replacing the string from the filter and as it's a string, I'm transforming the string into a regex using regexp.compile. `import "strings" // Workaround to Replace invalid filter characters from Grafana in order from(bucket: "database") |
After upgrading to Grafana 7.0 and using the version 7.0.0, dasboard variable seems to be broken.
With Grafana 6.7 and plugin v5.4.1 I was able to run query like so
in the dashboard settings > variables and using the text input "Query".
In the last release it seems that the query is not even executed, no error and no log.
The text was updated successfully, but these errors were encountered: