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

@@ -54,7 +54,7 @@ Brave it’s required to pass the list of baggage keys.
There are two properties to achieve this. Via the <code class="literal">spring.sleuth.baggage-keys</code> you set keys
that will get prefixed with <code class="literal">baggage-</code> for http calls and <code class="literal">baggage_</code> for messaging. You can also pass
a list of prefixed keys that will be whitelisted without any prefix via
<code class="literal">spring.sleuth.prefixed-keys</code> property.</p></td></tr></table></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="_extracting_a_propagated_context" href="#_extracting_a_propagated_context"></a>5.1.2&nbsp;Extracting a propagated context</h3></div></div></div><p>The <code class="literal">TraceContext.Extractor&lt;C&gt;</code> reads trace identifiers and sampling status
<code class="literal">spring.sleuth.propagation-keys</code> property.</p></td></tr></table></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="_extracting_a_propagated_context" href="#_extracting_a_propagated_context"></a>5.1.2&nbsp;Extracting a propagated context</h3></div></div></div><p>The <code class="literal">TraceContext.Extractor&lt;C&gt;</code> reads trace identifiers and sampling status
from an incoming request or message. The carrier is usually a request object
or headers.</p><p>This utility is used in standard instrumentation like [HttpServerHandler](../instrumentation/http/src/main/java/sleuth/http/HttpServerHandler.java),
but can also be used for custom RPC or messaging code.</p><p><code class="literal">TraceContextOrSamplingFlags</code> is usually only used with <code class="literal">Tracer.nextSpan(extracted)</code>, unless you are

View File

@@ -463,7 +463,7 @@ Brave it&#8217;s required to pass the list of baggage keys.
There are two properties to achieve this. Via the <code class="literal">spring.sleuth.baggage-keys</code> you set keys
that will get prefixed with <code class="literal">baggage-</code> for http calls and <code class="literal">baggage_</code> for messaging. You can also pass
a list of prefixed keys that will be whitelisted without any prefix via
<code class="literal">spring.sleuth.prefixed-keys</code> property.</p></td></tr></table></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="_extracting_a_propagated_context" href="#_extracting_a_propagated_context"></a>5.1.2&nbsp;Extracting a propagated context</h3></div></div></div><p>The <code class="literal">TraceContext.Extractor&lt;C&gt;</code> reads trace identifiers and sampling status
<code class="literal">spring.sleuth.propagation-keys</code> property.</p></td></tr></table></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="_extracting_a_propagated_context" href="#_extracting_a_propagated_context"></a>5.1.2&nbsp;Extracting a propagated context</h3></div></div></div><p>The <code class="literal">TraceContext.Extractor&lt;C&gt;</code> reads trace identifiers and sampling status
from an incoming request or message. The carrier is usually a request object
or headers.</p><p>This utility is used in standard instrumentation like [HttpServerHandler](../instrumentation/http/src/main/java/sleuth/http/HttpServerHandler.java),
but can also be used for custom RPC or messaging code.</p><p><code class="literal">TraceContextOrSamplingFlags</code> is usually only used with <code class="literal">Tracer.nextSpan(extracted)</code>, unless you are

View File

@@ -1005,7 +1005,7 @@ Brave it&#8217;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">