You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
I've been trying to figure out how to do trace propagation between micro-services and have been unable to figure out the api. An example will solve this for me. The example would ideally contain two running services, one to create a root span, ping the other service and propagate trace headers through the request, and for the child span to pick up the remote parent. I'd also like to see the ability to selectively create root or child spans based on the presence of the request headers in the second service.
I think documentation also needs work around this, but an example is quicker and probably easier right now.
The text was updated successfully, but these errors were encountered:
I've been trying to figure out how to do trace propagation between micro-services and have been unable to figure out the api. An example will solve this for me. The example would ideally contain two running services, one to create a root span, ping the other service and propagate trace headers through the request, and for the child span to pick up the remote parent. I'd also like to see the ability to selectively create root or child spans based on the presence of the request headers in the second service.
I think documentation also needs work around this, but an example is quicker and probably easier right now.
The text was updated successfully, but these errors were encountered: