From 806f07e4ce7d02c685459ec4f4e829abfb5dca19 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 16 Oct 2017 09:21:05 +0200 Subject: [PATCH] Updated docs with service name & bootstrap config; fixes #741 --- README.adoc | 3 +++ docs/src/main/asciidoc/intro.adoc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.adoc b/README.adoc index 452eeb5f6..af443d190 100644 --- a/README.adoc +++ b/README.adoc @@ -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 diff --git a/docs/src/main/asciidoc/intro.adoc b/docs/src/main/asciidoc/intro.adoc index 7549036c9..609c63765 100644 --- a/docs/src/main/asciidoc/intro.adoc +++ b/docs/src/main/asciidoc/intro.adoc @@ -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