'Spring Cloud Sleuth Zipkin 3.1.1 Missing some properties
I use Spring Cloud Sleuth Zipkin with its version 3.1.1.
I have a problem about defining some properties in application.properties file.
The last two lines are in issue. I got an unknown property warning. How can I fix it?
spring.zipkin.base-url=http://localhost:9411
spring.zipkin.sender.type=web
spring.sleuth.sampler.probability=1
Solution 1:[1]
Please use https://cloud.spring.io/spring-cloud-sleuth/reference/html/appendix.html for all properties
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Sparta |