On sleuth service link tracking in spring cloud

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.

- from the official website

Download the source code of this article: https://github.com/forezp/SpringCloudLearning/tree/master/chapter9

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>