Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2018-02-19 07:41:41 +00:00
parent ae7df73ae6
commit 7b02a7d30f
3 changed files with 3 additions and 3 deletions

View File

@@ -1005,7 +1005,7 @@ Brave it’s required to pass the list of baggage keys.
There are two properties to achieve this. Via the <literal>spring.sleuth.baggage-keys</literal> you set keys
that will get prefixed with <literal>baggage-</literal> for http calls and <literal>baggage_</literal> for messaging. You can also pass
a list of prefixed keys that will be whitelisted without any prefix via
<literal>spring.sleuth.prefixed-keys</literal> property.</simpara>
<literal>spring.sleuth.propagation-keys</literal> property.</simpara>
</important>
</section>
<section xml:id="_extracting_a_propagated_context">