This repository was archived by the owner on Oct 3, 2023. It is now read-only.
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Please add an example of trace propagation. #631
Open
Description
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.