From 2415d321beb696e716da5f95c510510c3dc981fc Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 29 May 2020 05:31:50 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/appendix.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/reference/html/appendix.html b/reference/html/appendix.html index 63a9b6b08..f6bc403b7 100644 --- a/reference/html/appendix.html +++ b/reference/html/appendix.html @@ -165,7 +165,7 @@ Also, you can define your own properties.

spring.sleuth.async.ignored-beans

-

null

+

List of {@link java.util.concurrent.Executor} bean names that should be ignored and not wrapped in a trace representation.

@@ -175,22 +175,22 @@ Also, you can define your own properties.

spring.sleuth.baggage.correlation-fields

-

null

+

A list of {@link BaggageField#name() fields} to add to correlation (MDC) context. @see CorrelationScopeConfig.SingleCorrelationField#create(BaggageField)

spring.sleuth.baggage.local-fields

-

null

+

Same as {@link #remoteFields} except that this field is not propagated to remote services. @see BaggagePropagationConfig.SingleBaggageField#local(BaggageField)

spring.sleuth.baggage.remote-fields

-

null

+

List of fields that are referenced the same in-process as it is on the wire. For example, the field "x-vcap-request-id" would be set as-is including the prefix. @see BaggagePropagationConfig.SingleBaggageField#remote(BaggageField) @see BaggagePropagationConfig.SingleBaggageField.Builder#addKeyName(String)

spring.sleuth.baggage.tag-fields

-

null

+

A list of {@link BaggageField#name() fields} to tag into the span. @see Tags#BAGGAGE_FIELD

@@ -325,7 +325,7 @@ Also, you can define your own properties.

spring.sleuth.sampler.probability

-

null

+

Probability of requests that should be sampled. E.g. 1.0 - 100% requests should be sampled. The precision is whole-numbers only (i.e. there’s no support for 0.1% of the traces).

@@ -340,7 +340,7 @@ Also, you can define your own properties.

spring.sleuth.scheduled.skip-pattern

-

null

+

Pattern for the fully qualified name of a class that should be skipped.

@@ -355,7 +355,7 @@ Also, you can define your own properties.

spring.sleuth.web.additional-skip-pattern

-

null

+

Additional pattern for URLs that should be skipped in tracing. This will be appended to the {@link SleuthWebProperties#skipPattern}.

@@ -365,7 +365,7 @@ Also, you can define your own properties.

spring.sleuth.web.client.skip-pattern

-

null

+

Pattern for URLs that should be skipped in client side tracing.

@@ -375,7 +375,7 @@ Also, you can define your own properties.

spring.sleuth.web.filter-order

-

null

+

Order in which the tracing filters should be registered. Defaults to {@link TraceHttpAutoConfiguration#TRACING_FILTER_ORDER}.

@@ -410,7 +410,7 @@ Also, you can define your own properties.

spring.zipkin.discovery-client-enabled

-

null

+

If set to {@code false}, will treat the {@link ZipkinProperties#baseUrl} as a URL always.

@@ -420,7 +420,7 @@ Also, you can define your own properties.

spring.zipkin.encoder

-

null

+

Encoding type of spans sent to Zipkin. Set to {@link SpanBytesEncoder#JSON_V1} if your server is not recent.

@@ -440,7 +440,7 @@ Also, you can define your own properties.

spring.zipkin.rabbitmq.addresses

-

null

+

Addresses of the RabbitMQ brokers used to send spans to Zipkin

@@ -450,12 +450,12 @@ Also, you can define your own properties.

spring.zipkin.sender.type

-

null

+

Means of sending spans to Zipkin.

spring.zipkin.service.name

-

null

+

The name of the service, from which the Span was sent via HTTP, that should appear in Zipkin.