You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/05/02 03:35:59 UTC

[GitHub] zhengyangyong commented on issue #153: can not find handler :tracing-provider

zhengyangyong commented on issue #153: can not find handler :tracing-provider
URL: https://github.com/apache/incubator-servicecomb-java-chassis/issues/153#issuecomment-385855564
 
 
   Checked,you also need enable this profile when using IDEA:
   ```xml
       <profile>
         <id>tracing</id>
         <dependencies>
           <dependency>
             <groupId>io.servicecomb</groupId>
             <artifactId>handler-tracing-zipkin</artifactId>
           </dependency>
         </dependencies>
       </profile>
   ```

----------------------------------------------------------------
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