Interface | Description |
---|---|
SkipPatternProvider |
Provides a URL
Pattern for spans that should be not sampled. |
Class | Description |
---|---|
SleuthHttpLegacyProperties |
Legacy HTTP Sleuth properties.
|
SleuthHttpProperties |
Sleuth HTTP settings.
|
SleuthHttpProperties.Legacy |
Legacy Sleuth support.
|
SleuthWebProperties |
Configuration properties for web tracing.
|
SleuthWebProperties.Async |
Async computing properties.
|
SleuthWebProperties.AsyncClient |
Async client properties.
|
SleuthWebProperties.Client |
Web client properties.
|
SleuthWebProperties.Template |
Async Rest Template properties.
|
TraceHttpAutoConfiguration |
Auto-configuration related to HTTP based communication. |
TraceWebAspect | Deprecated
This type should have never been public and will be hidden or removed in
3.0
|
TraceWebAutoConfiguration | Deprecated
This type should have never been public and will be hidden or removed in
3.0
|
TraceWebAutoConfiguration.ActuatorSkipPatternProviderConfig | |
TraceWebAutoConfiguration.ManagementSkipPatternProviderConfig | |
TraceWebFilter | Deprecated
This type should have never been public and will be hidden or removed in
3.0
|
TraceWebFluxAutoConfiguration | Deprecated
This type should have never been public and will be hidden or removed in
3.0
|
TraceWebServletAutoConfiguration | Deprecated
This type should have never been public and will be hidden or removed in
3.0
|
TraceWebServletAutoConfiguration.TraceWebMvcAutoConfiguration |
Nested config that configures Web MVC if it's present (without adding a runtime
dependency to it).
|
Annotation Type | Description |
---|---|
ClientSampler | Deprecated
Since 2.2.0, please use
HttpClientSampler |
HttpClientRequestParser |
Annotate a client
HttpRequestParser that should be injected to
HttpTracing.Builder#clientRequestParser(HttpRequestParser) . |
HttpClientResponseParser |
Annotate a client
HttpResponseParser that should be injected to
HttpTracing.Builder#clientResponseParser(HttpResponseParser) . |
HttpClientSampler |
Annotate a client
SamplerFunction that should be injected to
HttpTracing.Builder.clientSampler(SamplerFunction) . |
HttpServerRequestParser |
Annotate a server
HttpRequestParser that should be injected to
HttpTracing.Builder#serverRequestParser(HttpRequestParser) . |
HttpServerResponseParser |
Annotate a server
HttpResponseParser that should be injected to
HttpTracing.Builder#serverResponseParser(HttpResponseParser) . |
HttpServerSampler |
Annotate a client
SamplerFunction that should be injected to
HttpTracing.Builder.serverSampler(SamplerFunction) . |
ServerSampler | Deprecated
Since 2.2.0, please use
HttpServerSampler |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.