java-spring-web
java-spring-web copied to clipboard
OpenTracing Spring Web instrumentation
 `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
This is related to this comment: https://github.com/opentracing-contrib/java-spring-web/pull/1#issuecomment-280684207 and this spring issue: https://jira.spring.io/browse/SPR-15265 Basically now in Spring Boot with embedded container the request which throws exception from the controller creates two...