Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2019-08-16 11:44:06 +00:00
parent 6f89310d79
commit 715567933a
2 changed files with 6 additions and 4 deletions

View File

@@ -1886,9 +1886,10 @@ String countryCode = ExtraFieldPropagation.get(span.context(), "x-country-code")
</td>
<td class="content">
A difference from previous versions of Sleuth is that, with Brave, you must pass the list of baggage keys.
There are two properties to achieve this.
There are the following properties to achieve this.
With the <code>spring.sleuth.baggage-keys</code>, you set keys that get prefixed with <code>baggage-</code> for HTTP calls and <code>baggage_</code> for messaging.
You can also use the <code>spring.sleuth.propagation-keys</code> property to pass a list of prefixed keys that are whitelisted without any prefix.
You can also use the <code>spring.sleuth.propagation-keys</code> property to pass a list of prefixed keys that are propagated to remote services without any prefix.
You can also use the <code>spring.sleuth.local-keys</code> property to pass a list keys that will be propagated locally but will not be propagated over the wire.
Notice that there&#8217;s no <code>x-</code> in front of the header keys.
</td>
</tr>

View File

@@ -1886,9 +1886,10 @@ String countryCode = ExtraFieldPropagation.get(span.context(), "x-country-code")
</td>
<td class="content">
A difference from previous versions of Sleuth is that, with Brave, you must pass the list of baggage keys.
There are two properties to achieve this.
There are the following properties to achieve this.
With the <code>spring.sleuth.baggage-keys</code>, you set keys that get prefixed with <code>baggage-</code> for HTTP calls and <code>baggage_</code> for messaging.
You can also use the <code>spring.sleuth.propagation-keys</code> property to pass a list of prefixed keys that are whitelisted without any prefix.
You can also use the <code>spring.sleuth.propagation-keys</code> property to pass a list of prefixed keys that are propagated to remote services without any prefix.
You can also use the <code>spring.sleuth.local-keys</code> property to pass a list keys that will be propagated locally but will not be propagated over the wire.
Notice that there&#8217;s no <code>x-</code> in front of the header keys.
</td>
</tr>