| Modifier and Type | Class and Description |
|---|---|
class |
ZipkinHttpSpanInjector
Default implementation of
HttpSpanInjector, compatible with Zipkin propagation. |
| Modifier and Type | Method and Description |
|---|---|
HttpSpanInjector |
TraceHttpAutoConfiguration.httpSpanInjector() |
| Modifier and Type | Method and Description |
|---|---|
TraceRestTemplateInterceptor |
TraceWebClientAutoConfiguration.traceRestTemplateInterceptor(Tracer tracer,
HttpSpanInjector spanInjector,
HttpTraceKeysInjector httpTraceKeysInjector) |
| Constructor and Description |
|---|
TraceAsyncClientHttpRequestFactoryWrapper(Tracer tracer,
HttpSpanInjector spanInjector,
org.springframework.http.client.AsyncClientHttpRequestFactory asyncDelegate,
org.springframework.http.client.ClientHttpRequestFactory syncDelegate,
HttpTraceKeysInjector httpTraceKeysInjector) |
TraceAsyncClientHttpRequestFactoryWrapper(Tracer tracer,
HttpSpanInjector spanInjector,
org.springframework.http.client.AsyncClientHttpRequestFactory asyncDelegate,
HttpTraceKeysInjector httpTraceKeysInjector)
According to the JavaDocs all Spring
AsyncClientHttpRequestFactory implement
the ClientHttpRequestFactory interface. |
TraceAsyncClientHttpRequestFactoryWrapper(Tracer tracer,
HttpSpanInjector spanInjector,
HttpTraceKeysInjector httpTraceKeysInjector)
Default implementation that creates a
SimpleClientHttpRequestFactory that
has a wrapped task executor via the TraceAsyncListenableTaskExecutor |
TraceRestTemplateInterceptor(Tracer tracer,
HttpSpanInjector spanInjector,
HttpTraceKeysInjector httpTraceKeysInjector) |
| Modifier and Type | Method and Description |
|---|---|
TracePreZuulFilter |
TraceZuulAutoConfiguration.tracePreZuulFilter(Tracer tracer,
HttpSpanInjector spanInjector,
HttpTraceKeysInjector httpTraceKeysInjector) |
| Constructor and Description |
|---|
TracePreZuulFilter(Tracer tracer,
HttpSpanInjector spanInjector,
HttpTraceKeysInjector httpTraceKeysInjector) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.