I am using GrafanaCloud. I have a dashboard variable to create a list of nodes:
node -> label_values(agent_hostname)
Then I have my query to graph CPU for the selected hostname:
instance:node_cpu_utilisation:rate5m{agent_hostname="$node"}
This works fine for a single host but I would like to be able to have lines for several servers on one graph. I have 'Include All' and 'Multi-value' switched on for the variable. At the moment, when I choose a second or third server from my nodes variable the graph shows 'No data'. Do I need to amend my variable so that it parses with a pipe (OR) symbol at the end? And if so how would I do that?