Tags: biqingguo/java-spring-cloud
Tags
Lazily lookup Tracer in CustomAsyncConfigurerAutoConfiguration (opent… …racing-contrib#260) Instead of using @Autowired, lazily lookup Tracer bean from BeanFactory.
Use mongo.getServerAddressList() instead of getAllAddress (opentracin… …g-contrib#256) This allows a "mongodb+srv://" URI to be used. Use embedded mongo in tests as getServerAddressList requires a working connection to return a proper list of addresses. Fixes opentracing-contrib#255
Add tracing for ThreadPoolTaskScheduler (opentracing-contrib#250)
Add full instrumentation for ExecutorService (opentracing-contrib#231) * Use BiFunction for TracedExecutor creation instead of anonymous class. * Prepare ExecutorBeanPostProcessor for introduction of other Executors. * Add traces propagation to beans implementing ExecutorService.
PreviousNext