| Interface | Description |
|---|---|
| RestTemplateSpanDecorator |
Decorate span by adding tags/logs or operation name change.
|
| WebClientSpanDecorator |
Decorate span by adding tags/logs or operation name change.
|
| Class | Description |
|---|---|
| HttpHeadersCarrier | |
| RestTemplateSpanDecorator.StandardTags |
This decorator adds set of standard tags to the span.
|
| TracingAsyncRestTemplateInterceptor |
Note: From Spring Framework 5,
AsyncRestTemplate is deprecated. |
| TracingExchangeFilterFunction |
Similar to
TraceExchangeFilterFunction from spring-cloud-sleuth-core. |
| TracingRestTemplateInterceptor |
OpenTracing Spring RestTemplate integration.
|
| TracingWebClientBeanPostProcessor |
BeanPostProcessor for instrumenting WebClient with tracing. |
| WebClientSpanDecorator.StandardTags |
This decorator adds set of standard tags to the span.
|
Copyright © 2016–2020. All rights reserved.