Tags: ticketmaster/java-spring-web
Tags
Use webTracingConfiguration as spring properties (opentracing-contrib#61 ) * Use webTracingConfiguration as spring properties * Add test * Fix
Merge branch V0.1.0 with OT Java 0.31 (opentracing-contrib#58)
Make possible to create TracingHandlerInterceptor via spring xml (ope… …ntracing-contrib#49)
Define explicit dependency from auto configs on the tracer auto confi… …guration to avoid ordering issue where instrumentation not added due to Tracer bean not yet being available. This has been an issue since @ConditionalOnBean(Tracer.class) annotations added in 0.0.10. (opentracing-contrib#46) Signed-off-by: Gary Brown <gary@brownuk.com>
Fix stackoverflow when no tracer available (so obtains NoopTracer) bu… ( opentracing-contrib#44) * Fix stackoverflow when no tracer available (so obtains NoopTracer) but a wrapper (via BeanPostProcessor) changes the wired Tracer to the wrapped type, which then gets registered with the GlobalTracer via the TracerRegisterAutoConfiguration - which results in the wrapper wrapping the GlobalTracer as well as being the tracer that it wraps Signed-off-by: Gary Brown <gary@brownuk.com> * Address review comments Signed-off-by: Gary Brown <gary@brownuk.com> * Test for tracer type Signed-off-by: Gary Brown <gary@brownuk.com>
PreviousNext