Dashboard panel repeat filtering

  • Grafana Version: 9.5.2

I am trying to build a dashboard that filters EC2 instance cloudwatch metrics by several tags. I’ve added the tags as variables and used them as filters for the instanceId dimension. I’ve set up the panel to repeat on on of the tags. The panel repeats as it should, however it does not filter the instanceIds shown on each panel based on the 2 tag filters.

As you can see from the screen shots the same instances are shown in both panels instead of being filtered

Can this be done and if so how do I achieve this?


I’ve resolved this by using multiple variables based on AWS Tags as variable filters.