From 3a18f7f5849b213ea2bf1aed64d5b40a13c93b1e Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Mon, 1 Jun 2020 12:44:36 +0000
Subject: [PATCH] Sync docs from 2.2.x to gh-pages
---
2.2.x/reference/html/README.html | 20 +++----
2.2.x/reference/html/index.html | 52 +++++++++++++------
2.2.x/reference/html/intro.html | 20 +++----
2.2.x/reference/html/spring-cloud-sleuth.html | 52 +++++++++++++------
4 files changed, 90 insertions(+), 54 deletions(-)
diff --git a/2.2.x/reference/html/README.html b/2.2.x/reference/html/README.html
index aa33ad433..1ab00381d 100644
--- a/2.2.x/reference/html/README.html
+++ b/2.2.x/reference/html/README.html
@@ -278,7 +278,7 @@ Subtracting the cs timestamp from this timestamp reveals the whole
-

+
@@ -301,7 +301,7 @@ Also, the Client Sent event took place.
-

+
@@ -318,7 +318,7 @@ If you go to traces in Zipkin, you can see this number in the second trace, as s
-

+
@@ -326,7 +326,7 @@ If you go to traces in Zipkin, you can see this number in the second trace, as s
-

+
@@ -391,7 +391,7 @@ You could see in the list of traces one trace that is red. That appears because
-

+
@@ -399,7 +399,7 @@ You could see in the list of traces one trace that is red. That appears because
-

+
@@ -421,7 +421,7 @@ However, if you want to use the legacy Sleuth approaches, you can set the
-

+
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
-

+
-

+
Click the Pivotal Web Services icon to see it live!Click the Pivotal Web Services icon to see it live!
@@ -468,7 +468,7 @@ An example from Kibana would resemble the following image:
-

+
diff --git a/2.2.x/reference/html/index.html b/2.2.x/reference/html/index.html
index f0f11d008..c4ef8244c 100644
--- a/2.2.x/reference/html/index.html
+++ b/2.2.x/reference/html/index.html
@@ -270,7 +270,7 @@ Subtracting the cs timestamp from this timestamp reveals the whole
-

+
@@ -293,7 +293,7 @@ Also, the Client Sent event took place.
-

+
@@ -310,7 +310,7 @@ If you go to traces in Zipkin, you can see this number in the second trace, as s
-

+
@@ -318,7 +318,7 @@ If you go to traces in Zipkin, you can see this number in the second trace, as s
-

+
@@ -383,7 +383,7 @@ You could see in the list of traces one trace that is red. That appears because
-

+
@@ -391,7 +391,7 @@ You could see in the list of traces one trace that is red. That appears because
-

+
@@ -413,7 +413,7 @@ However, if you want to use the legacy Sleuth approaches, you can set the
-

+
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
-

+
-

+
Click the Pivotal Web Services icon to see it live!Click the Pivotal Web Services icon to see it live!
@@ -460,7 +460,7 @@ An example from Kibana would resemble the following image:
-

+
@@ -1891,17 +1891,35 @@ Doing so forces a new child span on
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.
+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.
+
+
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.
+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.
+
+
diff --git a/2.2.x/reference/html/intro.html b/2.2.x/reference/html/intro.html
index b9a2d248b..276374531 100644
--- a/2.2.x/reference/html/intro.html
+++ b/2.2.x/reference/html/intro.html
@@ -178,7 +178,7 @@ Subtracting the cs timestamp from this timestamp reveals the whole
-

+
@@ -201,7 +201,7 @@ Also, the Client Sent event took place.
-

+
@@ -218,7 +218,7 @@ If you go to traces in Zipkin, you can see this number in the second trace, as s
-

+
@@ -226,7 +226,7 @@ If you go to traces in Zipkin, you can see this number in the second trace, as s
-

+
@@ -291,7 +291,7 @@ You could see in the list of traces one trace that is red. That appears because
-

+
@@ -299,7 +299,7 @@ You could see in the list of traces one trace that is red. That appears because
-

+
@@ -321,7 +321,7 @@ However, if you want to use the legacy Sleuth approaches, you can set the
-

+
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
-

+
-

+
Click the Pivotal Web Services icon to see it live!Click the Pivotal Web Services icon to see it live!
@@ -368,7 +368,7 @@ An example from Kibana would resemble the following image:
-

+
diff --git a/2.2.x/reference/html/spring-cloud-sleuth.html b/2.2.x/reference/html/spring-cloud-sleuth.html
index f0f11d008..c4ef8244c 100644
--- a/2.2.x/reference/html/spring-cloud-sleuth.html
+++ b/2.2.x/reference/html/spring-cloud-sleuth.html
@@ -270,7 +270,7 @@ Subtracting the cs timestamp from this timestamp reveals the whole
-

+
@@ -293,7 +293,7 @@ Also, the Client Sent event took place.
-

+
@@ -310,7 +310,7 @@ If you go to traces in Zipkin, you can see this number in the second trace, as s
-

+
@@ -318,7 +318,7 @@ If you go to traces in Zipkin, you can see this number in the second trace, as s
-

+
@@ -383,7 +383,7 @@ You could see in the list of traces one trace that is red. That appears because
-

+
@@ -391,7 +391,7 @@ You could see in the list of traces one trace that is red. That appears because
-

+
@@ -413,7 +413,7 @@ However, if you want to use the legacy Sleuth approaches, you can set the
-

+
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
-

+
-

+
Click the Pivotal Web Services icon to see it live!Click the Pivotal Web Services icon to see it live!
@@ -460,7 +460,7 @@ An example from Kibana would resemble the following image:
-

+
@@ -1891,17 +1891,35 @@ Doing so forces a new child span on
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.
+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.
+
+
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.
+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.
+
+