change file

This commit is contained in:
kimscott
2020-01-09 14:40:15 +09:00
parent f528c3ae34
commit 041a86ef78
2 changed files with 9 additions and 9 deletions

View File

@@ -71,10 +71,10 @@
</dependency>
<!-- Add Stackdriver Trace Starter -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gcp-starter-trace</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.cloud</groupId>-->
<!-- <artifactId>spring-cloud-gcp-starter-trace</artifactId>-->
<!-- </dependency>-->
</dependencies>
<dependencyManagement>

View File

@@ -45,11 +45,11 @@ server:
---
spring:
profiles: docker
sleuth:
sampler:
probability: 1
web:
skipPattern: (^cleanup.*|.+favicon.*)
# sleuth:
# sampler:
# probability: 1
# web:
# skipPattern: (^cleanup.*|.+favicon.*)
cloud:
stream:
kafka: