From 715567933a30a189cef9752f539f03e0256dcec8 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 16 Aug 2019 11:44:06 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/index.html | 5 +++-- reference/html/spring-cloud-sleuth.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/reference/html/index.html b/reference/html/index.html index 1f66105d7..d6c1ba2b2 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -1886,9 +1886,10 @@ String countryCode = ExtraFieldPropagation.get(span.context(), "x-country-code") A difference from previous versions of Sleuth is that, with Brave, you must pass the list of baggage keys. -There are two properties to achieve this. +There are the following properties to achieve this. With the spring.sleuth.baggage-keys, you set keys that get prefixed with baggage- for HTTP calls and baggage_ for messaging. -You can also use the spring.sleuth.propagation-keys property to pass a list of prefixed keys that are whitelisted without any prefix. +You can also use the spring.sleuth.propagation-keys property to pass a list of prefixed keys that are propagated to remote services without any prefix. +You can also use the spring.sleuth.local-keys property to pass a list keys that will be propagated locally but will not be propagated over the wire. Notice that there’s no x- in front of the header keys. diff --git a/reference/html/spring-cloud-sleuth.html b/reference/html/spring-cloud-sleuth.html index 1f66105d7..d6c1ba2b2 100644 --- a/reference/html/spring-cloud-sleuth.html +++ b/reference/html/spring-cloud-sleuth.html @@ -1886,9 +1886,10 @@ String countryCode = ExtraFieldPropagation.get(span.context(), "x-country-code") A difference from previous versions of Sleuth is that, with Brave, you must pass the list of baggage keys. -There are two properties to achieve this. +There are the following properties to achieve this. With the spring.sleuth.baggage-keys, you set keys that get prefixed with baggage- for HTTP calls and baggage_ for messaging. -You can also use the spring.sleuth.propagation-keys property to pass a list of prefixed keys that are whitelisted without any prefix. +You can also use the spring.sleuth.propagation-keys property to pass a list of prefixed keys that are propagated to remote services without any prefix. +You can also use the spring.sleuth.local-keys property to pass a list keys that will be propagated locally but will not be propagated over the wire. Notice that there’s no x- in front of the header keys.