Trace Explorer not showing spans and details

I have 2 Go apps sending open telemetry traces to a OTel Collector, and the collector sends traces to a demo Jaeger instance and to the Cloud Trace API.

On Jaeger the traces and spans are ok, but on Trace Explorer I can only see the traces on the top panels. When I select a specific Trace, the UI shows  "Encountered error fetching trace data. Requested entity was not found.".

The collector runs using a service account with the cloudtrace.agent role.

2 1 331
1 REPLY 1

Bumping this post as I too am finding this to be an issue.

Processing multiple items in batch, containing multiple trace context. Adding them as links to a new span in the current process.
GC Trace Explorer shows links but all lead to this error. Unable to determine a full trace of events due to this.

Ideally, I would hope these links work and to also have options to render traces, that connect the links as steps in the main visual flow vs listing as a set of metadata.