+
diff --git a/spring-cloud-sleuth/2.2.3.RELEASE/reference/html/README.html b/spring-cloud-sleuth/2.2.3.RELEASE/reference/html/README.html
index aa33ad43..1ab00381 100644
--- a/spring-cloud-sleuth/2.2.3.RELEASE/reference/html/README.html
+++ b/spring-cloud-sleuth/2.2.3.RELEASE/reference/html/README.html
@@ -278,7 +278,7 @@ Subtracting the cs timestamp from this timestamp reveals the whole
+
Client Sent event took place.
+
+
+
+
+
Live examples
Click the Pivotal Web Services icon to see it live!Click the Pivotal Web Services icon to see it live!
@@ -433,12 +433,12 @@ However, if you want to use the legacy Sleuth approaches, you can set the
+
+
spring.sleuth.integration.patterns
[!hystrixStreamOutput*, *]
An array of patterns against which channel names will be matched. @see org.springframework.integration.config.GlobalChannelInterceptor#patterns() Defaults to any channel name not matching the Hystrix Stream channel name.
[!hystrixStreamOutput*, , !channel]
An array of patterns against which channel names will be matched. @see org.springframework.integration.config.GlobalChannelInterceptor#patterns() Defaults to any channel name not matching the Hystrix Stream and functional Stream channel names.
spring.sleuth.integration.websockets.enabled
spring.sleuth.propagation.tag.enabled
true
Enables a {@link TagPropagationSpanHandler} that adds extra propagated fields to span tags.
Enables a {@link TagPropagationFinishedSpanHandler} that adds extra propagated fields to span tags.
spring.sleuth.propagation.tag.whitelisted-keys
Service name for the remote Redis endpoint.
spring.sleuth.rpc.enabled
true
Enable tracing of RPC.
spring.sleuth.rxjava.schedulers.hook.enabled
true
Enable support for RxJava via RxJavaSchedulersHook.
cs timestamp from this timestamp reveals the whole
+
Client Sent event took place.
+
+
+
+
+
1.2.4. Live examples
Click the Pivotal Web Services icon to see it live!Click the Pivotal Web Services icon to see it live!
@@ -425,12 +425,12 @@ However, if you want to use the legacy Sleuth approaches, you can set the
+
+
Tracer.joinSpan().
TraceContext.Extractor<C> is implemented by a Propagation.Factory plugin.
-Internally, this code creates the union type, TraceContextOrSamplingFlags, with one of the following:
-* TraceContext if trace and span IDs were present.
-* TraceIdContext if a trace ID was present but span IDs were not present.
-* SamplingFlags if no identifiers were present.
TraceContextOrSamplingFlags, with one of the following:
+TraceContext if trace and span IDs were present.
TraceIdContext if a trace ID was present but span IDs were not present.
SamplingFlags if no identifiers were present.
Some Propagation implementations carry extra data from the point of extraction (for example, reading incoming headers) to injection (for example, writing outgoing headers).
For example, it might carry a request ID.
-When implementations have extra data, they handle it as follows:
-* If a TraceContext were extracted, add the extra data as TraceContext.extra().
-* Otherwise, add it as TraceContextOrSamplingFlags.extra(), which Tracer.nextSpan handles.
If a TraceContext were extracted, add the extra data as TraceContext.extra().
Otherwise, add it as TraceContextOrSamplingFlags.extra(), which Tracer.nextSpan handles.
cs timestamp from this timestamp reveals the whole
+
Client Sent event took place.
+
+
+
+
+
Live examples
Click the Pivotal Web Services icon to see it live!Click the Pivotal Web Services icon to see it live!
@@ -333,12 +333,12 @@ However, if you want to use the legacy Sleuth approaches, you can set the
+
+
cs timestamp from this timestamp reveals the whole
+
Client Sent event took place.
+
+
+
+
+
1.2.4. Live examples
Click the Pivotal Web Services icon to see it live!Click the Pivotal Web Services icon to see it live!
@@ -425,12 +425,12 @@ However, if you want to use the legacy Sleuth approaches, you can set the
+
+
Tracer.joinSpan().
TraceContext.Extractor<C> is implemented by a Propagation.Factory plugin.
-Internally, this code creates the union type, TraceContextOrSamplingFlags, with one of the following:
-* TraceContext if trace and span IDs were present.
-* TraceIdContext if a trace ID was present but span IDs were not present.
-* SamplingFlags if no identifiers were present.
TraceContextOrSamplingFlags, with one of the following:
+TraceContext if trace and span IDs were present.
TraceIdContext if a trace ID was present but span IDs were not present.
SamplingFlags if no identifiers were present.
Some Propagation implementations carry extra data from the point of extraction (for example, reading incoming headers) to injection (for example, writing outgoing headers).
For example, it might carry a request ID.
-When implementations have extra data, they handle it as follows:
-* If a TraceContext were extracted, add the extra data as TraceContext.extra().
-* Otherwise, add it as TraceContextOrSamplingFlags.extra(), which Tracer.nextSpan handles.
If a TraceContext were extracted, add the extra data as TraceContext.extra().
Otherwise, add it as TraceContextOrSamplingFlags.extra(), which Tracer.nextSpan handles.