Updated docs with service name & bootstrap config; fixes #741

This commit is contained in:
Marcin Grzejszczak
2017-10-16 09:21:05 +02:00
parent 8c7a20b07c
commit 806f07e4ce
2 changed files with 6 additions and 0 deletions

View File

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

View File

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