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.
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
spring.sleuth.enabled
true
null
spring.sleuth.feign.enabled
spring.sleuth.http.enabled
true
null
spring.sleuth.http.legacy.enabled
false
null
spring.sleuth.integration.enabled
spring.sleuth.messaging.jms.remote-service-name
jms
null
spring.sleuth.messaging.kafka.enabled
spring.sleuth.messaging.kafka.remote-service-name
kafka
null
spring.sleuth.messaging.rabbit.enabled
spring.sleuth.messaging.rabbit.remote-service-name
rabbitmq
null
spring.sleuth.opentracing.enabled
true
null
spring.sleuth.reactor.decorate-on-each
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).
spring.sleuth.scheduled.skip-pattern
null
Pattern for the fully qualified name of a class that should be skipped.
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}.
spring.sleuth.web.client.skip-pattern
null
Pattern for URLs that should be skipped in client side tracing.
spring.sleuth.web.filter-order
null
Order in which the tracing filters should be registered. Defaults to {@link TraceHttpAutoConfiguration#TRACING_FILTER_ORDER}.
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.
spring.zipkin.encoder
null
Encoding type of spans sent to Zipkin. Set to {@link SpanBytesEncoder#JSON_V1} if your server is not recent.
spring.zipkin.rabbitmq.addresses
null
Addresses of the RabbitMQ brokers used to send spans to Zipkin
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.