Hi everyone,
We have a system with many microservice (Java), a simple example as below:
orchestrator (client sdk) calling → Temporal Server → adapter (worker sdk)
We have attached the OpenTelemetry agent to each service for tracing, but it seems the trace header is removed when passing through Temporal Server, so we cannot see a full workflow of a request.
Any suggestions? Thank everyone.