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 {

1

In order not to pick versions by yourself it’s much better if you add the dependency management via the Spring BOM

2

Add the dependency to spring-cloud-starter-zipkin2

1.3.3 Sleuth with Zipkin via RabbitMQ or Kafka

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> 1
          <dependencies>
@@ -215,7 +215,7 @@ dependencies.

Maven.  <dependency> 2 <groupId>org.springframework.cloud</groupId> - <artifactId>spring-cloud-sleuth-starter-zipkin2</artifactId> + <artifactId>spring-cloud-starter-zipkin2</artifactId> </dependency> <dependency> 3 <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 {

1

In order not to pick versions by yourself it’s much better if you add the dependency management via the Spring BOM

2

Add the dependency to spring-cloud-starter-zipkin2

1.3.3 Sleuth with Zipkin via RabbitMQ or Kafka

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> 1
          <dependencies>
@@ -215,7 +215,7 @@ dependencies.

Maven.  <dependency> 2 <groupId>org.springframework.cloud</groupId> - <artifactId>spring-cloud-sleuth-starter-zipkin2</artifactId> + <artifactId>spring-cloud-starter-zipkin2</artifactId> </dependency> <dependency> 3 <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 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 +If you want Sleuth over RabbitMQ add the spring-cloud-starter-zipkin2 and spring-rabbit dependencies. Maven @@ -513,7 +513,7 @@ dependencies. <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>