diff --git a/multi/multi__propagation.html b/multi/multi__propagation.html index 9e7a6ccef..199323f2d 100644 --- a/multi/multi__propagation.html +++ b/multi/multi__propagation.html @@ -54,7 +54,7 @@ Brave it’s required to pass the list of baggage keys. There are two properties to achieve this. Via the spring.sleuth.baggage-keys you set keys that will get prefixed with baggage- for http calls and baggage_ for messaging. You can also pass a list of prefixed keys that will be whitelisted without any prefix via -spring.sleuth.prefixed-keys property.

5.1.2 Extracting a propagated context

The TraceContext.Extractor<C> reads trace identifiers and sampling status +spring.sleuth.propagation-keys property.

5.1.2 Extracting a propagated context

The TraceContext.Extractor<C> reads trace identifiers and sampling status from an incoming request or message. The carrier is usually a request object or headers.

This utility is used in standard instrumentation like [HttpServerHandler](../instrumentation/http/src/main/java/sleuth/http/HttpServerHandler.java), but can also be used for custom RPC or messaging code.

TraceContextOrSamplingFlags is usually only used with Tracer.nextSpan(extracted), unless you are diff --git a/single/spring-cloud-sleuth.html b/single/spring-cloud-sleuth.html index 921c0e719..15c090da5 100644 --- a/single/spring-cloud-sleuth.html +++ b/single/spring-cloud-sleuth.html @@ -463,7 +463,7 @@ Brave it’s required to pass the list of baggage keys. There are two properties to achieve this. Via the spring.sleuth.baggage-keys you set keys that will get prefixed with baggage- for http calls and baggage_ for messaging. You can also pass a list of prefixed keys that will be whitelisted without any prefix via -spring.sleuth.prefixed-keys property.

5.1.2 Extracting a propagated context

The TraceContext.Extractor<C> reads trace identifiers and sampling status +spring.sleuth.propagation-keys property.

5.1.2 Extracting a propagated context

The TraceContext.Extractor<C> reads trace identifiers and sampling status from an incoming request or message. The carrier is usually a request object or headers.

This utility is used in standard instrumentation like [HttpServerHandler](../instrumentation/http/src/main/java/sleuth/http/HttpServerHandler.java), but can also be used for custom RPC or messaging code.

TraceContextOrSamplingFlags is usually only used with Tracer.nextSpan(extracted), unless you are diff --git a/spring-cloud-sleuth.xml b/spring-cloud-sleuth.xml index 9edb1cba8..9f8867b89 100644 --- a/spring-cloud-sleuth.xml +++ b/spring-cloud-sleuth.xml @@ -1005,7 +1005,7 @@ Brave it’s required to pass the list of baggage keys. There are two properties to achieve this. Via the spring.sleuth.baggage-keys you set keys that will get prefixed with baggage- for http calls and baggage_ for messaging. You can also pass a list of prefixed keys that will be whitelisted without any prefix via -spring.sleuth.prefixed-keys property. +spring.sleuth.propagation-keys property.