diff --git a/2.0.x/multi/multi__introduction.html b/2.0.x/multi/multi__introduction.html index 6e7437f80..7df9d915a 100644 --- a/2.0.x/multi/multi__introduction.html +++ b/2.0.x/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/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 {

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/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 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>