-
Notifications
You must be signed in to change notification settings - Fork 458
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
Enable query for item value at templates #417
Comments
Sometimes it may be useful. I should find a good way for this type of query. |
This would be very very useful for correlation data. |
This has a valuable use case in conjunction with other plugins, the grafana-cloudwatch plugin can look things up by instance-id but presently there are cases where it can't look up the instance-id itself, for example "a list of the instance-ids attached to this elb or autoscaling group". I'd like to be able to push that info back into zabbix from the host itself, and then use the string data in template variables to query things in aws with repeat graphs and such. being able to query item values right into template variables would be great for this |
@alexanderzobnin any chance this will get worked on soon ? I have service that is made up of 20 individual microservices that are duplicated on multiple servers and scale horizontally as needed. I wanted to have a graph panel per process showing its memory usage that we collect using Beats. To avoid manually configuring this i wanted to template it and 'Repeat for each value' So I have added the variable using a query to auto generate the list but when i try to use the variable in the Item field of the panel it does nothing. |
I think it's possible with new Grafana variable query editor feature. So I'll try to implement this in next minor version. |
Created #705 as well |
I'm submitting a ...
Can we query for item value at templates? I need to use the value of an item A for query an item B.
The text was updated successfully, but these errors were encountered: