From f7b9c6dfb5a9953fad16c48ee5d49e6487c39bef Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 19 Feb 2020 19:21:36 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/README.html | 1 + reference/html/index.html | 1 + reference/html/intro.html | 1 + reference/html/spring-cloud-sleuth.html | 1 + 4 files changed, 4 insertions(+) diff --git a/reference/html/README.html b/reference/html/README.html index b3d0d1fe9..df1dd1564 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -602,6 +602,7 @@ To do so, you have to do the following (for readability, we pass the dependencie "span": "%X{X-B3-SpanId:-}", "parent": "%X{X-B3-ParentSpanId:-}", "exportable": "%X{X-Span-Export:-}", + "baggage": "%X{key:-}", "pid": "${PID:-}", "thread": "%thread", "class": "%logger{40}", diff --git a/reference/html/index.html b/reference/html/index.html index aed6e5b3c..895d81716 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -593,6 +593,7 @@ To do so, you have to do the following (for readability, we pass the dependencie "span": "%X{X-B3-SpanId:-}", "parent": "%X{X-B3-ParentSpanId:-}", "exportable": "%X{X-Span-Export:-}", + "baggage": "%X{key:-}", "pid": "${PID:-}", "thread": "%thread", "class": "%logger{40}", diff --git a/reference/html/intro.html b/reference/html/intro.html index 0b6671e61..a727086d5 100644 --- a/reference/html/intro.html +++ b/reference/html/intro.html @@ -502,6 +502,7 @@ To do so, you have to do the following (for readability, we pass the dependencie "span": "%X{X-B3-SpanId:-}", "parent": "%X{X-B3-ParentSpanId:-}", "exportable": "%X{X-Span-Export:-}", + "baggage": "%X{key:-}", "pid": "${PID:-}", "thread": "%thread", "class": "%logger{40}", diff --git a/reference/html/spring-cloud-sleuth.html b/reference/html/spring-cloud-sleuth.html index aed6e5b3c..895d81716 100644 --- a/reference/html/spring-cloud-sleuth.html +++ b/reference/html/spring-cloud-sleuth.html @@ -593,6 +593,7 @@ To do so, you have to do the following (for readability, we pass the dependencie "span": "%X{X-B3-SpanId:-}", "parent": "%X{X-B3-ParentSpanId:-}", "exportable": "%X{X-Span-Export:-}", + "baggage": "%X{key:-}", "pid": "${PID:-}", "thread": "%thread", "class": "%logger{40}",