Hi,
I am using Grafana 9.2.0 and I have a use case whereby I have a query variable called host_name that maps an host id with a specific user friendly name. The variable is fine and all good. The variables works on dashboard load with the below options:
This is fine if I select a specific (just one) host_name from the top menu, but if I select multiple values, it just creates a legend value in the panel of this kind:
host_name1 + host_name2 + hostname3 Total 2345
I would like to have each host_name and its value shown separately. How can this be done in a dynamic way?
Thanks, I will have a better look. I can see that I can only apply Time and whatever is my service_name value to Binary Operations. It also looks like that allows more than I am looking for. I just need to treat individually each of the value from my var. I will see what I come up with.