diff --git a/multi/multi__introduction.html b/multi/multi__introduction.html index dd9978448..6926954b2 100644 --- a/multi/multi__introduction.html +++ b/multi/multi__introduction.html @@ -138,7 +138,8 @@ Span span = tracer.getCurrentSpan(); String baggageKey = "key"; String baggageValue = "foo"; span.setBaggageItem(baggageKey, baggageValue); -tracer.addTag(baggageKey, baggageValue);
![]() | Important |
|---|---|
To ensure that your application name is properly displayed in Zipkin
+ set the |
If you want to profit only from Spring Cloud Sleuth without the Zipkin integration just add
the spring-cloud-starter-sleuth module to your project.
Maven.
<dependencyManagement><dependencies> diff --git a/single/spring-cloud-sleuth.html b/single/spring-cloud-sleuth.html index 58d55951c..533ff66dc 100644 --- a/single/spring-cloud-sleuth.html +++ b/single/spring-cloud-sleuth.html @@ -138,7 +138,8 @@ Span span = tracer.getCurrentSpan(); String baggageKey = "key"; String baggageValue = "foo"; span.setBaggageItem(baggageKey, baggageValue); -tracer.addTag(baggageKey, baggageValue);
![]() | Important |
|---|---|
To ensure that your application name is properly displayed in Zipkin
+ set the |
If you want to profit only from Spring Cloud Sleuth without the Zipkin integration just add
the spring-cloud-starter-sleuth module to your project.
Maven.
<dependencyManagement><dependencies> diff --git a/spring-cloud-sleuth.xml b/spring-cloud-sleuth.xml index 87b335a03..d48cdca1e 100644 --- a/spring-cloud-sleuth.xml +++ b/spring-cloud-sleuth.xml @@ -4,7 +4,7 @@
Spring Cloud Sleuth -2017-10-12 +2017-10-16 Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer @@ -370,6 +370,10 @@ tracer.addTag(baggageKey, baggageValue);Adding to the project ++ To ensure that your application name is properly displayed in Zipkin + set the +spring.application.name property inbootstrap.yml .Only Sleuth (log correlation) If you want to profit only from Spring Cloud Sleuth without the Zipkin integration just add