| Class and Description |
|---|
| HttpSpanExtractor
Contract for extracting tracing headers from a
SpanTextMap
via HTTP headers |
| HttpSpanInjector
Contract for injecting tracing headers from a
SpanTextMap
via HTTP headers |
| HttpTraceKeysInjector
Injects HTTP related keys to the current span.
|
| SleuthWebProperties
Configuration properties for web tracing
|
| SleuthWebProperties.AsyncClient |
| SleuthWebProperties.Client |
| SleuthWebProperties.Template |
| TraceFilter
Filter that takes the value of the
Span.SPAN_ID_NAME and
Span.TRACE_ID_NAME header from either request or response and uses them to
create a new span. |
| TraceWebAspect
Aspect that adds tracing to
RestController annotated classes
with public Callable methods
Controller annotated classes with public
Callable methods
Controller or
RestController annotated classes with
public WebAsyncTask methods
For controllers an around aspect is created that wraps the Callable.call()
method execution in TraceCallable
This aspect will continue a span created by the TraceFilter. |
| Class and Description |
|---|
| HttpSpanInjector
Contract for injecting tracing headers from a
SpanTextMap
via HTTP headers |
| HttpTraceKeysInjector
Injects HTTP related keys to the current span.
|
| Class and Description |
|---|
| HttpSpanInjector
Contract for injecting tracing headers from a
SpanTextMap
via HTTP headers |
| HttpTraceKeysInjector
Injects HTTP related keys to the current span.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.