Hi,
Can someone help me for creating a tag (eg: host) and add multiple hosts with this tags, so that i can execute the query like below:
SELECT mean(total) as total from “mem” WHERE host =~ /$host/ and region =~ /$region/ and pod =~ /$pod/ AND $timeFilter GROUP BY time($interval), “host”, “path” fill(null)
I want to add multiple host in “$host”
Thanks
Ravi