region template variable is used in the dashboard, only single-region query is supported. To compare instances in multiple regions, you can create multiple query targets in the same panel.Multi-value under Selection Options in the template variable to true.


Only queries that return single series/table is supported reported in the panel?
dashboard chart only support single-instance query. If you need to compare multiple instances, please use a line chart.InstanceId. How do I make it show InstanceName?InstanceAlias=InstanceName in the template variable or use the display attribute for splicing; for example:Namespace=QCE/CVM&Action=DescribeInstances&Region=$region&InstanceAlias=InstanceNameNamespace=QCE/CVM&Action=DescribeInstances&Region=$region&display=${InstanceId}-${InstanceName}InstanceAlias and display appear at the same time, the drop-down list will only show the values of display.Feedback