Closed ledor473 closed 3 years ago
@pavolloffay regarding this:
As I mentioned in the previous comment I don't like adding new decorators as the same can be achieved by standard filters/interceptors and active span.
Should we get rid of the ResttemplateSpanDecorator
class in that case?
@pavolloffay I've removed all MDC from this merge request, added the javadoc and fix the naming of various fields. The current conflict is because this branch is meant to be merge after 0.3.4.
I will port it back for 1.x.x right after it's merge in 0.x.x
@ledor473 could you please resolve conflicts?
@pavolloffay can you create a branch release-0.x
like this one https://github.com/opentracing-contrib/java-spring-cloud/tree/release-0.1
There's no conflict if I compare on this tag, but I cannot send a PR to a tag: https://github.com/opentracing-contrib/java-spring-web/tree/0.3.4
Similar to https://github.com/opentracing-contrib/java-web-servlet-filter/pull/49 but for RestTemplate.
There is 2 more PR related to this
cc @jfbreault