您好,登錄后才能下訂單哦!
1.【微服務(wù)】依賴:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zipkin</artifactId>
</dependency>
2.每個【微服務(wù)】加配置
spring:
zipkin:
base-url: http://tsca.cc:6500
# 不把該地址當做【微服務(wù)】
discoveryClientEnabled: false
sleuth:
sampler:
# 抽樣率: 1.0=>100% 默認: 0.1=>10%
probability: 1.0
3.搭建 【zipkin】 面板
下載地址: https://repo1.maven.org/maven2/io/zipkin/zipkin-server/
java -Dserver.port=6500 -jar zipkin-server-2.16.2-exec.jar
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。