-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Description
In order to get all parameters in application.yml you need to engage another one dependency
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
<version>3.1.7</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
<version>3.1.7</version>
</dependency>
spring:
zipkin:
base-url: http://localhost:9411
sender:
type: web
sleuth:
sampler:
probability: 1
```~
Metadata
Metadata
Assignees
Labels
No labels