Cloudwatch - showing instanceNames & instanceId side-by-side on graph or in separat table

  • Grafana version & OS - v7.3.1 (6668161a88) & Amazon Linux
  • What are you trying to achieve?
    • showing instanceNames & instanceId side-by-side on graph (e.g. SparkServer_233 - i-036a4413d16ca5755)
    • if the above is not possible then show all values from the variable (instanceNames & instanceId) in separate table columns
  • How ?
    • sparkServers - ec2_instance_attribute($region, Tags.Name, { "tag:Service" : [ "spark" ] })
    • instanceId - ec2_instance_attribute($region, InstanceId, { "tag:Name" : ${sparkServers:json} })