| Class | Description |
|---|---|
| TraceAsyncClientHttpRequestFactoryWrapper |
Wrapper that adds trace related headers to the created
AsyncClientHttpRequest
and to the ClientHttpRequest |
| TraceAsyncListenableTaskExecutor |
AsyncListenableTaskExecutor that wraps all Runnable / Callable tasks into
their trace related representation
|
| TraceAsyncRestTemplate |
An
AsyncRestTemplate that closes started spans when a response has been
successfully received. |
| TraceHttpResponse |
Implementation of
ClientHttpResponse that upon
closing the response
closes the span |
| TraceRestTemplateInterceptor |
Interceptor that verifies whether the trance and span id has been set on the request
and sets them if one or both of them are missing.
|
| TraceWebAsyncClientAutoConfiguration |
Auto-configuration
enables span information propagation for AsyncClientHttpRequestFactory and
AsyncRestTemplate |
| TraceWebClientAutoConfiguration |
Auto-configuration enables span information propagation when using
RestTemplate |
| TraceWebClientAutoConfiguration.TraceInterceptorConfiguration |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.