Hi, is there any option to insert 2 instances in 1 query? Something like that:
```
(100 - avg_over_time(probe_success{instance="instance1" , "instance2"}[5m]) * 100)
```
I want to set query just for 2 insances of 10 and I'm looking for possibilities :)
And yes i need it in just ONE query, not 2 not 3 :)