Hey, been getting the error below when querying:
execution: vector cannot contain metrics with the same labelset
The query:
sum(rate(istio_requests_total{reporter="source", destination_workload="dummy-data", response_code=~"2.."}[$_range])) by (destination_workload) / sum(rate(istio_requests_total{reporter="source", destination_workload="dummy-data"}[$_range])) by (destination_workload)
Funny thing is, this is a Thanos installation. I have a Cortex installation with the same data and this query works fine.
Thanks