java-spring-web icon indicating copy to clipboard operation
java-spring-web copied to clipboard

OpenTracing Spring Web instrumentation

Results 22 java-spring-web issues
Sort by recently updated
recently updated
newest added

![screenshot of jaeger ui](https://user-images.githubusercontent.com/5618424/44841797-7b3aba00-ac44-11e8-9aea-670a4f841410.jpg) `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...