change file
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -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>
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user