Open pavolloffay opened 6 years ago
Sleuth has the same behavior - server span is finished after the client span.
I found the same problem ,but I don't kown the real reason.Could you tell me the real reason
But I don't find any evidence to prove it.
could it https://github.com/jaegertracing/jaeger-client-java/issues/192 maybe the reason?
GET
is a client request.get
is a server span for that request. The server span should be finished before the client request.cc @yurishkuro