We have logs in Loki and traces in Tempo. What I’d like to do is find logs that indicate a given failure mode and then based on contents of that log line look up some more relevant information which is only saved on a span in the log’s trace.
I guess what it boils down to is mixed-datasource subqueries.
Alternatively, I think I could also make it work with just LogQL subqueries. Is anything like that possible or planned?