[“region","host"],! "values": [! [“us-west“,"serverC"]! ]! }! ]! Query Result select tag_values(cpu_load, host)! where time > now() - 1h! and region = 'USWest'!
Data Node Data Node Compute Locally select mean(cpu_load)! where data_center = 'us-west'! and host = 'serverA'! and time > now() - 24h! group by time(10m)!
Data Node Data Node Send Summary Ticks select mean(cpu_load)! where data_center = 'us-west'! and host = 'serverA'! and time > now() - 24h! group by time(10m)!