Updated docs with service name & bootstrap config; fixes #741
This commit is contained in:
@@ -350,6 +350,9 @@ tracer.addTag(baggageKey, baggageValue);
|
||||
|
||||
=== Adding to the project
|
||||
|
||||
IMPORTANT: To ensure that your application name is properly displayed in Zipkin
|
||||
set the `spring.application.name` property in `bootstrap.yml`.
|
||||
|
||||
==== Only Sleuth (log correlation)
|
||||
|
||||
If you want to profit only from Spring Cloud Sleuth without the Zipkin integration just add
|
||||
|
||||
@@ -229,6 +229,9 @@ tracer.addTag(baggageKey, baggageValue);
|
||||
|
||||
=== Adding to the project
|
||||
|
||||
IMPORTANT: To ensure that your application name is properly displayed in Zipkin
|
||||
set the `spring.application.name` property in `bootstrap.yml`.
|
||||
|
||||
==== Only Sleuth (log correlation)
|
||||
|
||||
If you want to profit only from Spring Cloud Sleuth without the Zipkin integration just add
|
||||
|
||||
Reference in New Issue
Block a user