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.