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
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/b08f43a8-fd11-4775-838e-350f144df8e8n%40googlegroups.com.