| Modifier and Type | Method and Description |
|---|---|
HttpTraceKeysInjector |
TraceHttpAutoConfiguration.httpTraceKeysInjector(Tracer tracer,
TraceKeys traceKeys) |
| Modifier and Type | Method and Description |
|---|---|
TraceFilter |
TraceWebAutoConfiguration.traceFilter(Tracer tracer,
TraceKeys traceKeys,
org.springframework.cloud.sleuth.instrument.web.TraceWebAutoConfiguration.SkipPatternProvider skipPatternProvider,
SpanReporter spanReporter,
HttpSpanExtractor spanExtractor,
HttpTraceKeysInjector httpTraceKeysInjector) |
| Constructor and Description |
|---|
TraceFilter(Tracer tracer,
TraceKeys traceKeys,
Pattern skipPattern,
SpanReporter spanReporter,
HttpSpanExtractor spanExtractor,
HttpTraceKeysInjector httpTraceKeysInjector) |
TraceFilter(Tracer tracer,
TraceKeys traceKeys,
SpanReporter spanReporter,
HttpSpanExtractor spanExtractor,
HttpTraceKeysInjector httpTraceKeysInjector) |
| 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.