I'm playing with grafana and I want to create a panel where I compare data from one app server against the average of all the others except that one. Something like:
apps.machine1.someMetric
averageSeries(apps.*.not(machine1).someMetric)
Can that be done? How?