You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/06/04 02:52:31 UTC

[GitHub] ryphnyuan commented on issue #722: ServiceComb的调用链默认是对接zipkin的,如何对接jeager?

ryphnyuan commented on issue #722: ServiceComb的调用链默认是对接zipkin的,如何对接jeager?
URL: https://github.com/apache/incubator-servicecomb-java-chassis/issues/722#issuecomment-394221020
 
 
       <dependency>
           <groupId>io.opentracing.contrib</groupId>
           <artifactId>opentracing-spring-web-autoconfigure</artifactId>
           <version>0.2.1</version>
       </dependency>
       <dependency>
   	    <groupId>io.jaegertracing</groupId>
   	    <artifactId>jaeger-core</artifactId>
   	    <version>0.27.0</version>
       </dependency>
   
   @Bean
       public RestTemplate restTemplate()
       {
           // Do any additional configuration here
           return RestTemplateBuilder.create();
       }
   
     jaeger版本为0.27.0,restTemplate是调用org.apache.servicecomb.provider.springmvc.reference.RestTemplateBuilder.create()方法生成的

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services