Calculated variable with multiple values

Howdy! I’m wondering if it is possible to have a calculated variable take on multiple values. Our goal is to show CPU usage for a pod, and CPU usage for the node the pod is on, per pod/node.As an example:

  • We have an input variable pod_name_regex , where you’d put something like nginx.*
  • We have a host variable label_values(kube_pod_info{pod=~"$pod_name_regex"}, host_ip)

When we update the regex, there generally is more than one host that matches, however even with multi-value enabled we don’t see multiple hosts get selected on board update. Ideally all hosts get “checked” and the repeated panel for host cpu is rendered.Any thoughts? Thank you! Running Grafana v6.4.3 (3a2bfb7)