In my project, I try to implement distributed tracing using opentracing.
opentracing
My microservice has following structure.
-- API-Gateway |_ U
I don't think it can be done from PostForm. You would need to use http.NewRequest to create the POST request, Inject the span in headers and use Client.Do to send the request.
PostForm
http.NewRequest
Inject
Client.Do