How to trace application execution across multiple services.
What your Cloud Architecture might look like
Get the session id from starting runtime
session_id
/sessionId
property that you can use to get the session id of the trace.Send the session id to the other service
Instantiate the tracer with the session id
disable_batch
to True
in the init
function. Also, ensure that you are using the x86_64 runtime architecture in your lambda.