Skip navigation links
A C E F G H I M O P R S T W 

A

afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class io.opentracing.contrib.spring.web.interceptor.TracingHandlerInterceptor
 
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in class io.opentracing.contrib.spring.web.interceptor.TracingHandlerInterceptor
 

C

className(Object) - Static method in class io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator.HandlerUtils
 
COMPONENT_NAME - Static variable in class io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator.StandardTags
 

E

errorLogs(Throwable) - Static method in class io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator.StandardTags
 

F

filter(ClientRequest, ExchangeFunction) - Method in class io.opentracing.contrib.spring.web.client.TracingExchangeFilterFunction
 
filter(ServerWebExchange, WebFilterChain) - Method in class io.opentracing.contrib.spring.web.webfilter.TracingWebFilter
 

G

getOrder() - Method in class io.opentracing.contrib.spring.web.webfilter.TracingWebFilter
 

H

HANDLER - Static variable in class io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator.HandlerUtils
Spring handler object
HANDLER_CLASS_NAME - Static variable in class io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator.HandlerUtils
Class name of a handler serving request
HANDLER_METHOD_NAME - Static variable in class io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator.HandlerUtils
Method name of handler serving request
HANDLER_METHOD_OPERATION_NAME - Static variable in interface io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator
Use the handler's method name as the span's operation name.
HandlerInterceptorSpanDecorator - Interface in io.opentracing.contrib.spring.web.interceptor
SpanDecorator to decorate span at different stages in filter processing.
HandlerInterceptorSpanDecorator.HandlerUtils - Class in io.opentracing.contrib.spring.web.interceptor
Helper class for deriving tags/logs from handler object.
HttpHeadersCarrier - Class in io.opentracing.contrib.spring.web.client
 
HttpHeadersCarrier(HttpHeaders) - Constructor for class io.opentracing.contrib.spring.web.client.HttpHeadersCarrier
 

I

intercept(HttpRequest, byte[], AsyncClientHttpRequestExecution) - Method in class io.opentracing.contrib.spring.web.client.TracingAsyncRestTemplateInterceptor
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class io.opentracing.contrib.spring.web.client.TracingRestTemplateInterceptor
 
io.opentracing.contrib.spring.web.client - package io.opentracing.contrib.spring.web.client
 
io.opentracing.contrib.spring.web.interceptor - package io.opentracing.contrib.spring.web.interceptor
 
io.opentracing.contrib.spring.web.webfilter - package io.opentracing.contrib.spring.web.webfilter
Copyright 2016-2019 The OpenTracing Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
iterator() - Method in class io.opentracing.contrib.spring.web.client.HttpHeadersCarrier
 

M

methodName(Object) - Static method in class io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator.HandlerUtils
 

O

onAfterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception, Span) - Method in interface io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator
This is called in HandlerInterceptor.afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception)
onAfterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object, Span) - Method in interface io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator
This is called in AsyncHandlerInterceptor.afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object)
onCancel(ClientRequest, Span) - Method in interface io.opentracing.contrib.spring.web.client.WebClientSpanDecorator
Decorate span when the subscription is cancelled.
onCancel(ClientRequest, Span) - Method in class io.opentracing.contrib.spring.web.client.WebClientSpanDecorator.StandardTags
 
onError(HttpRequest, Throwable, Span) - Method in interface io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator
Decorate span when exception is thrown during request processing, e.g.
onError(HttpRequest, Throwable, Span) - Method in class io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator.StandardTags
 
onError(ClientRequest, Throwable, Span) - Method in interface io.opentracing.contrib.spring.web.client.WebClientSpanDecorator
Decorate span when exception is thrown during clientRequest processing, e.g.
onError(ClientRequest, Throwable, Span) - Method in class io.opentracing.contrib.spring.web.client.WebClientSpanDecorator.StandardTags
 
onError(ServerWebExchange, Throwable, Span) - Method in interface io.opentracing.contrib.spring.web.webfilter.WebFluxSpanDecorator
Decorate span after completion in error.
onError(ServerWebExchange, Throwable, Span) - Method in class io.opentracing.contrib.spring.web.webfilter.WebFluxSpanDecorator.StandardTags
 
onError(ServerWebExchange, Throwable, Span) - Method in class io.opentracing.contrib.spring.web.webfilter.WebFluxSpanDecorator.WebFluxTags
 
onPreHandle(HttpServletRequest, Object, Span) - Method in interface io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator
This is called in HandlerInterceptor.preHandle(HttpServletRequest, HttpServletResponse, Object).
onRequest(HttpRequest, Span) - Method in interface io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator
Decorate span before before request is executed, e.g.
onRequest(HttpRequest, Span) - Method in class io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator.StandardTags
 
onRequest(ClientRequest, Span) - Method in interface io.opentracing.contrib.spring.web.client.WebClientSpanDecorator
Decorate span before before request is executed, e.g.
onRequest(ClientRequest, Span) - Method in class io.opentracing.contrib.spring.web.client.WebClientSpanDecorator.StandardTags
 
onRequest(ServerWebExchange, Span) - Method in interface io.opentracing.contrib.spring.web.webfilter.WebFluxSpanDecorator
Decorate span before .onSubscribe() is called.
onRequest(ServerWebExchange, Span) - Method in class io.opentracing.contrib.spring.web.webfilter.WebFluxSpanDecorator.StandardTags
 
onRequest(ServerWebExchange, Span) - Method in class io.opentracing.contrib.spring.web.webfilter.WebFluxSpanDecorator.WebFluxTags
 
onResponse(HttpRequest, ClientHttpResponse, Span) - Method in interface io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator
Decorate span after request is done, e.g.
onResponse(HttpRequest, ClientHttpResponse, Span) - Method in class io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator.StandardTags
 
onResponse(ClientRequest, ClientResponse, Span) - Method in interface io.opentracing.contrib.spring.web.client.WebClientSpanDecorator
Decorate span after the clientRequest is done, e.g.
onResponse(ClientRequest, ClientResponse, Span) - Method in class io.opentracing.contrib.spring.web.client.WebClientSpanDecorator.StandardTags
 
onResponse(ServerWebExchange, Span) - Method in interface io.opentracing.contrib.spring.web.webfilter.WebFluxSpanDecorator
Decorate span after successful completion.
onResponse(ServerWebExchange, Span) - Method in class io.opentracing.contrib.spring.web.webfilter.WebFluxSpanDecorator.StandardTags
 
onResponse(ServerWebExchange, Span) - Method in class io.opentracing.contrib.spring.web.webfilter.WebFluxSpanDecorator.WebFluxTags
 

P

pattern() - Method in interface io.opentracing.contrib.spring.web.webfilter.SkipPattern
 
postProcessAfterInitialization(Object, String) - Method in class io.opentracing.contrib.spring.web.client.TracingWebClientBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class io.opentracing.contrib.spring.web.client.TracingWebClientBeanPostProcessor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class io.opentracing.contrib.spring.web.interceptor.TracingHandlerInterceptor
 
put(String, String) - Method in class io.opentracing.contrib.spring.web.client.HttpHeadersCarrier
 

R

requestMapping(Object) - Static method in class io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator.HandlerUtils
 
RestTemplateSpanDecorator - Interface in io.opentracing.contrib.spring.web.client
Decorate span by adding tags/logs or operation name change.
RestTemplateSpanDecorator.StandardTags - Class in io.opentracing.contrib.spring.web.client
This decorator adds set of standard tags to the span.

S

shouldBeTraced(ServerHttpRequest) - Method in class io.opentracing.contrib.spring.web.webfilter.TracingWebFilter
It checks whether a request should be traced or not.
SkipPattern - Interface in io.opentracing.contrib.spring.web.webfilter
 
STANDARD_LOGS - Static variable in interface io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator
Decorator to record details about the handler as log events recorded on the span.
StandardTags() - Constructor for class io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator.StandardTags
 
StandardTags() - Constructor for class io.opentracing.contrib.spring.web.client.WebClientSpanDecorator.StandardTags
 
StandardTags() - Constructor for class io.opentracing.contrib.spring.web.webfilter.WebFluxSpanDecorator.StandardTags
 

T

TracingAsyncRestTemplateInterceptor - Class in io.opentracing.contrib.spring.web.client
Note: From Spring Framework 5, AsyncRestTemplate is deprecated.
TracingAsyncRestTemplateInterceptor() - Constructor for class io.opentracing.contrib.spring.web.client.TracingAsyncRestTemplateInterceptor
 
TracingAsyncRestTemplateInterceptor(Tracer) - Constructor for class io.opentracing.contrib.spring.web.client.TracingAsyncRestTemplateInterceptor
 
TracingAsyncRestTemplateInterceptor(Tracer, List<RestTemplateSpanDecorator>) - Constructor for class io.opentracing.contrib.spring.web.client.TracingAsyncRestTemplateInterceptor
 
TracingExchangeFilterFunction - Class in io.opentracing.contrib.spring.web.client
Similar to TraceExchangeFilterFunction from spring-cloud-sleuth-core.
TracingExchangeFilterFunction(Tracer, List<WebClientSpanDecorator>) - Constructor for class io.opentracing.contrib.spring.web.client.TracingExchangeFilterFunction
 
TracingHandlerInterceptor - Class in io.opentracing.contrib.spring.web.interceptor
Tracing handler interceptor for spring web.
TracingHandlerInterceptor(Tracer) - Constructor for class io.opentracing.contrib.spring.web.interceptor.TracingHandlerInterceptor
 
TracingHandlerInterceptor(Tracer, List<HandlerInterceptorSpanDecorator>) - Constructor for class io.opentracing.contrib.spring.web.interceptor.TracingHandlerInterceptor
 
TracingRestTemplateInterceptor - Class in io.opentracing.contrib.spring.web.client
OpenTracing Spring RestTemplate integration.
TracingRestTemplateInterceptor() - Constructor for class io.opentracing.contrib.spring.web.client.TracingRestTemplateInterceptor
 
TracingRestTemplateInterceptor(Tracer) - Constructor for class io.opentracing.contrib.spring.web.client.TracingRestTemplateInterceptor
 
TracingRestTemplateInterceptor(Tracer, List<RestTemplateSpanDecorator>) - Constructor for class io.opentracing.contrib.spring.web.client.TracingRestTemplateInterceptor
 
TracingWebClientBeanPostProcessor - Class in io.opentracing.contrib.spring.web.client
BeanPostProcessor for instrumenting WebClient with tracing.
TracingWebClientBeanPostProcessor(Tracer, List<WebClientSpanDecorator>) - Constructor for class io.opentracing.contrib.spring.web.client.TracingWebClientBeanPostProcessor
 
TracingWebFilter - Class in io.opentracing.contrib.spring.web.webfilter
Tracing WebFilter for Spring WebFlux.
TracingWebFilter(Tracer, int, Pattern, List<String>, List<WebFluxSpanDecorator>) - Constructor for class io.opentracing.contrib.spring.web.webfilter.TracingWebFilter
 

W

WebClientSpanDecorator - Interface in io.opentracing.contrib.spring.web.client
Decorate span by adding tags/logs or operation name change.
WebClientSpanDecorator.StandardTags - Class in io.opentracing.contrib.spring.web.client
This decorator adds set of standard tags to the span.
WebFluxSpanDecorator - Interface in io.opentracing.contrib.spring.web.webfilter
SpanDecorator to decorate span at different stages in WebFlux processing (at subscription, after error or completion).
WebFluxSpanDecorator.StandardTags - Class in io.opentracing.contrib.spring.web.webfilter
Adds standard tags to span.
WebFluxSpanDecorator.WebFluxTags - Class in io.opentracing.contrib.spring.web.webfilter
Adds tags from WebFlux handler to span.
WebFluxTags() - Constructor for class io.opentracing.contrib.spring.web.webfilter.WebFluxSpanDecorator.WebFluxTags
 
A C E F G H I M O P R S T W 
Skip navigation links

Copyright © 2016–2020. All rights reserved.