-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Issue with detecting template variable dependency when query ends with variable #7354
Comments
can you show the options of the stat variable? |
that does not change anything :( |
Apparently it does though ;) Using the latest version, if I create a brand new dashboard with only two variables:
Nothing happens when I change pgmetric. There is no request to the server to update the second variable. If I change the second variable to: |
managed to replicate this issue, only occurs when the query ends with a variable. Fixed in master (and in soon to be released 4.2 beta) |
cool, thanks torkelo |
I am using grafana version 4.1.1-1484211277 with influx on CentOS 7, and am having trouble with a nested template variable.
I have one variable called pgstat which is used in 4 other variable queries. When I change $pgstat, 3 variables update, but one refuses to do so. The 'stat' variable seen below will not update. You can see the 3 top requests are updating the other variables. The remaining two queries are for the actual graphs.
The only difference is that $stat is a query for field keys rather than tag values. I'm not sure how, but could this cause the problem?
The text was updated successfully, but these errors were encountered: