Sync docs from 2.1.x to gh-pages

This commit is contained in:
buildmaster
2020-02-20 06:42:15 +00:00
parent f7b9c6dfb5
commit 2d645882c2
3 changed files with 4 additions and 1 deletions

View File

@@ -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}",

View File

@@ -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}",

View File

@@ -4,7 +4,7 @@
<book xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en">
<info>
<title>Spring Cloud Sleuth</title>
<date>2020-02-19</date>
<date>2020-02-20</date>
<author>
<personname>
<firstname>Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant</firstname>
@@ -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}",