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 2019/10/27 09:32:28 UTC

[GitHub] [servicecomb-java-chassis] liangyuanpeng opened a new issue #1365: Question of Distributed Tracing

liangyuanpeng opened a new issue #1365: Question of Distributed Tracing
URL: https://github.com/apache/servicecomb-java-chassis/issues/1365
 
 
   
    I did follow the steps in the documentation.
   
   http://servicecomb.apache.org/docs/quick-start-advance/distributed-tracing/
   
    just add something for my ZipKin
   
   calcutor
   ```
   servicecomb:
     handler:
       chain:
   #      Consumer:
   #        default: tracing-consumer
         Provider:
           default: tracing-provider
     tracing:
       collector:
         address: http://192.168.1.11:9411
   ```
   
   webapp
   ```
   servicecomb
      tracing:
        collector:
          address: http://192.168.1.11:9411
   ```
   
   and it not working,
   
   JDK: 1.8
   project:
   ``
   org.apache.servicecomb.samples.bmi
   ``
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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