Spring cloud Tutorial Part 9: Sleuth (version F)
This article focuses on the service tracking component zipkin. Spring Cloud Sleuth integrates the zipkin component.
1, Introduction
Add sleuth to the classpath of a Spring Boot application (see below for Maven and Gradle examples), and you will see the correlation data being collected in logs, as long as you are logging requests.
- F ...
Added by psychotomus on Sun, 23 Jan 2022 18:43:43 +0200