Ensuring Trace Continuity Between Client and Server with OpenTelemetry
Hello team
So I am using http platform to define client and server. Everything is working perfect
One thing I observed is: When the httpClient is making a request to server, its sending
On the server though, its showing as a missing span, probably because this span is associated on client.
How can I make sure the whole trace is present on server as well? Since I use otel on server and not on web for observability.
Please suggest what the best way forward here is.
Thanks.
So I am using http platform to define client and server. Everything is working perfect
One thing I observed is: When the httpClient is making a request to server, its sending
Traceparent header to the server that also contains the trace and spanid.On the server though, its showing as a missing span, probably because this span is associated on client.
How can I make sure the whole trace is present on server as well? Since I use otel on server and not on web for observability.
Please suggest what the best way forward here is.
Thanks.


