diff --git a/multi/multi__introduction.html b/multi/multi__introduction.html
index 6e7437f80..7df9d915a 100644
--- a/multi/multi__introduction.html
+++ b/multi/multi__introduction.html
@@ -199,7 +199,7 @@ dependencies {
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/single/spring-cloud-sleuth.html b/single/spring-cloud-sleuth.html index 0178e7089..3286adf31 100644 --- a/single/spring-cloud-sleuth.html +++ b/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/spring-cloud-sleuth.xml b/spring-cloud-sleuth.xml index 6519082d4..aa0d4e1f5 100644 --- a/spring-cloud-sleuth.xml +++ b/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>