Hi
I would like to join two queries, one of them has labeled "exported_namespace" and "route", while the other one has "namespace" and "route" and "host"
Now I want to join these two queries so that "exported_namespace" from the first query should match "namespace" from the second query, and "route" from the first query should match "route" from the second query and the final metric should have labeled "exported_namespace" (or "namespace"), "route" and "host".
I've already tried this query but it didn't give me any answer:
haproxy_server_http_responses_total * on(exported_namespace, route) openshift_route_info
BTW, the first metric also has a label named "namespace" but the value is irrelevant to the actual namespace I'm looking for