| Package | Description |
|---|---|
| org.springframework.cloud.sleuth.instrument.web |
| Modifier and Type | Class and Description |
|---|---|
class |
ZipkinHttpSpanExtractor
Default implementation, compatible with Zipkin propagation.
|
| Modifier and Type | Method and Description |
|---|---|
HttpSpanExtractor |
TraceHttpAutoConfiguration.httpSpanExtractor(SleuthWebProperties sleuthWebProperties) |
| 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) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.