From 45a9216c851bb8604bfd2b54dc2ec593eaee402f Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 27 May 2020 05:31:56 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/appendix.html | 46 ++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/reference/html/appendix.html b/reference/html/appendix.html index b5ac61f35..63a9b6b08 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

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

spring.sleuth.enabled

true

- +

null

spring.sleuth.feign.enabled

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

spring.sleuth.http.enabled

true

- +

null

spring.sleuth.http.legacy.enabled

false

- +

null

spring.sleuth.integration.enabled

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

spring.sleuth.messaging.jms.remote-service-name

jms

- +

null

spring.sleuth.messaging.kafka.enabled

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

spring.sleuth.messaging.kafka.remote-service-name

kafka

- +

null

spring.sleuth.messaging.rabbit.enabled

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

spring.sleuth.messaging.rabbit.remote-service-name

rabbitmq

- +

null

spring.sleuth.opentracing.enabled

true

- +

null

spring.sleuth.reactor.decorate-on-each

@@ -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}.

@@ -406,11 +406,11 @@ Also, you can define your own properties.

spring.zipkin.compression.enabled

false

- +

null

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.