This commit is contained in:
Marcin Grzejszczak
2016-05-10 09:05:37 +02:00
parent f7b1fc5fce
commit fc70842859

View File

@@ -140,7 +140,7 @@ filter {
==== Only Sleuth (log correlation)
If you want to profit only from Spring Cloud Sleuth without the Zipkin integration just add
the *spring-cloud-starter-sleuth1 module to your project.
the `spring-cloud-starter-sleuth` module to your project.
[source,xml,indent=0,subs="verbatim,attributes",role="primary"]
.Maven
@@ -185,7 +185,7 @@ the Spring BOM
==== Sleuth with Zipkin via HTTP
If you want both Sleuth and Zipkin just add the *spring-cloud-starter-zipkin* dependency.
If you want both Sleuth and Zipkin just add the `spring-cloud-starter-zipkin` dependency.
[source,xml,indent=0,subs="verbatim,attributes",role="primary"]
.Maven