From 2d645882c230f75db8735ce7ae9110d3d46bfddd Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 20 Feb 2020 06:42:15 +0000 Subject: [PATCH] Sync docs from 2.1.x to gh-pages --- 2.1.x/multi/multi__introduction.html | 1 + 2.1.x/single/spring-cloud-sleuth.html | 1 + 2.1.x/spring-cloud-sleuth.xml | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/2.1.x/multi/multi__introduction.html b/2.1.x/multi/multi__introduction.html index b0d5b28ce..638796ab5 100644 --- a/2.1.x/multi/multi__introduction.html +++ b/2.1.x/multi/multi__introduction.html @@ -111,6 +111,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/2.1.x/single/spring-cloud-sleuth.html b/2.1.x/single/spring-cloud-sleuth.html index 5a59fa1b1..d5af6e469 100644 --- a/2.1.x/single/spring-cloud-sleuth.html +++ b/2.1.x/single/spring-cloud-sleuth.html @@ -111,6 +111,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/2.1.x/spring-cloud-sleuth.xml b/2.1.x/spring-cloud-sleuth.xml index 4ff05cdb7..73e9abae3 100644 --- a/2.1.x/spring-cloud-sleuth.xml +++ b/2.1.x/spring-cloud-sleuth.xml @@ -4,7 +4,7 @@ Spring Cloud Sleuth -2020-02-19 +2020-02-20 Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant @@ -313,6 +313,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}",