From 70b4a65f772475c361ea9410c6d03ac02af8da60 Mon Sep 17 00:00:00 2001
From: buildmaster
In order not to pick versions by yourself it’s much better if you add the dependency management via the Spring BOM | |
Add the dependency to |
If you want to use RabbitMQ or Kafka instead of http, add the spring-rabbit or spring-kafka
-dependencies. The default destination name is zipkin.
Note: spring-cloud-sleuth-stream is deprecated and incompatible with these destinations
If you want Sleuth over RabbitMQ add the spring-cloud-sleuth-starter-zipkin2 and spring-rabbit
+dependencies. The default destination name is zipkin.
Note: spring-cloud-sleuth-stream is deprecated and incompatible with these destinations
If you want Sleuth over RabbitMQ add the spring-cloud-starter-zipkin2 and spring-rabbit
dependencies.
Maven.
<dependencyManagement><dependencies> @@ -215,7 +215,7 @@ dependencies.
Maven. <dependency>
<groupId>org.springframework.cloud</groupId> - <artifactId>spring-cloud-sleuth-starter-zipkin2</artifactId> + <artifactId>spring-cloud-starter-zipkin2</artifactId> </dependency> <dependency>
<groupId>org.springframework.amqp</groupId> diff --git a/2.0.x/single/spring-cloud-sleuth.html b/2.0.x/single/spring-cloud-sleuth.html index 917b845e8..b2712ef06 100644 --- a/2.0.x/single/spring-cloud-sleuth.html +++ b/2.0.x/single/spring-cloud-sleuth.html @@ -199,7 +199,7 @@ dependencies {
![]()
If you want to use RabbitMQ or Kafka instead of http, add the spring-rabbit or spring-kafka
-dependencies. The default destination name is zipkin.
Note: spring-cloud-sleuth-stream is deprecated and incompatible with these destinations
If you want Sleuth over RabbitMQ add the spring-cloud-sleuth-starter-zipkin2 and spring-rabbit
+dependencies. The default destination name is zipkin.
Note: spring-cloud-sleuth-stream is deprecated and incompatible with these destinations
If you want Sleuth over RabbitMQ add the spring-cloud-starter-zipkin2 and spring-rabbit
dependencies.
Maven.
<dependencyManagement><dependencies> @@ -215,7 +215,7 @@ dependencies.
Maven. <dependency>
<groupId>org.springframework.cloud</groupId> - <artifactId>spring-cloud-sleuth-starter-zipkin2</artifactId> + <artifactId>spring-cloud-starter-zipkin2</artifactId> </dependency> <dependency>
<groupId>org.springframework.amqp</groupId> diff --git a/2.0.x/spring-cloud-sleuth.xml b/2.0.x/spring-cloud-sleuth.xml index 969610e77..a717c38d1 100644 --- a/2.0.x/spring-cloud-sleuth.xml +++ b/2.0.x/spring-cloud-sleuth.xml @@ -494,7 +494,7 @@ the Spring BOM
If you want to use RabbitMQ or Kafka instead of http, add the spring-rabbit orspring-kafka dependencies. The default destination name iszipkin .- Note: spring-cloud-sleuth-stream is deprecated and incompatible with these destinationsIf you want Sleuth over RabbitMQ add the <dependency>spring-cloud-sleuth-starter-zipkin2 andspring-rabbit +If you want Sleuth over RabbitMQ add the spring-cloud-starter-zipkin2 andspring-rabbit dependencies.Maven @@ -513,7 +513,7 @@ dependencies.<groupId>org.springframework.cloud</groupId> - <artifactId>spring-cloud-sleuth-starter-zipkin2</artifactId> + <artifactId>spring-cloud-starter-zipkin2</artifactId> </dependency> <dependency> <groupId>org.springframework.amqp</groupId>