OpenTeletry Integration with Temporal SDK

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.

See samples-java/core/src/main/java/io/temporal/samples/tracing at main · temporalio/samples-java · GitHub

1 Like

Thank Maxim, I will check the link.