change file
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -71,10 +71,10 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Add Stackdriver Trace Starter -->
|
<!-- Add Stackdriver Trace Starter -->
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<!-- <groupId>org.springframework.cloud</groupId>-->
|
||||||
<artifactId>spring-cloud-gcp-starter-trace</artifactId>
|
<!-- <artifactId>spring-cloud-gcp-starter-trace</artifactId>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|||||||
@@ -45,11 +45,11 @@ server:
|
|||||||
---
|
---
|
||||||
spring:
|
spring:
|
||||||
profiles: docker
|
profiles: docker
|
||||||
sleuth:
|
# sleuth:
|
||||||
sampler:
|
# sampler:
|
||||||
probability: 1
|
# probability: 1
|
||||||
web:
|
# web:
|
||||||
skipPattern: (^cleanup.*|.+favicon.*)
|
# skipPattern: (^cleanup.*|.+favicon.*)
|
||||||
cloud:
|
cloud:
|
||||||
stream:
|
stream:
|
||||||
kafka:
|
kafka:
|
||||||
|
|||||||
Reference in New Issue
Block a user