Skip to content

Commit

Permalink
perf($Sleuth): add dependency spring-cloud-starter-sleuth
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Feb 20, 2021
1 parent 7216022 commit 8aba675
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auth-center/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ spring:
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: Asia/Hong_Kong
sleuth:
sampler:
probability: 1.0
servlet:
multipart:
# `location` specifies the directory where uploaded files will be stored. When not specified,
Expand Down
3 changes: 3 additions & 0 deletions exercise-mis/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ spring:
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: Asia/Hong_Kong
sleuth:
sampler:
probability: 1.0
servlet:
multipart:
# `location` specifies the directory where uploaded files will be stored. When not specified,
Expand Down
3 changes: 3 additions & 0 deletions muscle-mis/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ spring:
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: Asia/Hong_Kong
sleuth:
sampler:
probability: 1.0
cloud:
consul:
discovery:
Expand Down
4 changes: 4 additions & 0 deletions reactive-spring-cloud-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-consul-all</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions spring-boot-admin/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spring:
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: Asia/Hong_Kong
sleuth:
sampler:
probability: 1.0
cloud:
consul:
discovery:
Expand Down
4 changes: 4 additions & 0 deletions spring-cloud-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
Expand Down

0 comments on commit 8aba675

Please sign in to comment.