Distributed System Link Tracing Practice: Combining Dubbo

Basic knowledge and simple local installation

http://blog.csdn.net/linuu/article/details/54379682

 

 

Dubbo service call tracing using Zipkin and Brave

http://blog.csdn.net/blacklau/article/details/70257772

 

Pit 1 :

maven install generates 3 Jar packages, one of which is: louie-webapi-0.0.1-SNAPSHOT.war, which needs to be changed to louie-webapi.war , otherwise your address can only be written as

 

http://192.168.1.111:8082/louie-webapi-0.0.1-SNAPSHOT/service.do?service=order.customer.orderInfo&data=%7B%22token%22:%22jkfldjsliewklkklls%22,%22id%22:89%7D

Pit 2:

Some configuration information is hard-coded in the application and needs to be changed together, such as

 

Sender sender = OkHttpSender.create("http://172.21.10.80:9411/api/v1/spans");

 

 

 

 

Using Zipkin and Brave to implement http (springmvc) service call tracking (1)

 

Using Zipkin and Brave to implement http (springmvc) service call tracking (2)

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326269125&siteId=291194637