Skip navigation links
A C D E F H L N O P R S T U W Z 

A

ACCOUNT - Static variable in class org.zalando.riptide.opentracing.ExtensionTags
The tag should contain an alias or name that allows users to identify the logical location (infrastructure account) where the operation took place.
activate(Tracer, Span) - Method in interface org.zalando.riptide.opentracing.Activation
 
activate(Tracer, Span) - Method in class org.zalando.riptide.opentracing.DefaultActivation
 
activate(Tracer, Span) - Method in class org.zalando.riptide.opentracing.NoOpActivation
 
Activation - Interface in org.zalando.riptide.opentracing
 
ActiveSpanLifecycle - Class in org.zalando.riptide.opentracing
 
ActiveSpanLifecycle() - Constructor for class org.zalando.riptide.opentracing.ActiveSpanLifecycle
 
aroundDispatch(RequestExecution) - Method in class org.zalando.riptide.opentracing.OpenTracingPlugin
 
aroundNetwork(RequestExecution) - Method in class org.zalando.riptide.opentracing.OpenTracingPlugin
 
ARTIFACT_VERSION - Static variable in class org.zalando.riptide.opentracing.ExtensionTags
The tag should contain the artifact version of the running application generating the spans.

C

CallSiteSpanDecorator - Class in org.zalando.riptide.opentracing.span
 
CallSiteSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.CallSiteSpanDecorator
 
CLIENT_ID - Static variable in class org.zalando.riptide.opentracing.ExtensionTags
Oauth2 client ids have a certain cardinality but are well known or possible to get using different means.
ComponentSpanDecorator - Class in org.zalando.riptide.opentracing.span
Sets the component span tag, defaults to Riptide.
ComponentSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.ComponentSpanDecorator
 
composite(Lifecycle...) - Static method in interface org.zalando.riptide.opentracing.Lifecycle
 
composite(Collection<Lifecycle>) - Static method in interface org.zalando.riptide.opentracing.Lifecycle
 
composite(SpanDecorator, SpanDecorator...) - Static method in class org.zalando.riptide.opentracing.span.CompositeSpanDecorator
 
composite(Iterable<SpanDecorator>) - Static method in class org.zalando.riptide.opentracing.span.CompositeSpanDecorator
 
CompositeSpanDecorator - Class in org.zalando.riptide.opentracing.span
 
CompositeSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.CompositeSpanDecorator
 

D

decorate(ContextualSupplier<T>) - Method in class org.zalando.riptide.opentracing.TracedTaskDecorator
 
DefaultActivation - Class in org.zalando.riptide.opentracing
 
DefaultActivation() - Constructor for class org.zalando.riptide.opentracing.DefaultActivation
 
DEPLOYMENT_ID - Static variable in class org.zalando.riptide.opentracing.ExtensionTags
The tag should contain the unique identifier of the deployment that resulted in the operation of the running application generating the spans.

E

ErrorMessageSpanDecorator - Class in org.zalando.riptide.opentracing.span
Sets the message span log.
ErrorMessageSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.ErrorMessageSpanDecorator
 
ErrorSpanDecorator - Class in org.zalando.riptide.opentracing.span
Sets the error span tag as well as the error.kind and error.object span logs.
ErrorSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.ErrorSpanDecorator
 
ErrorStackSpanDecorator - Class in org.zalando.riptide.opentracing.span
Sets the stack span log.
ErrorStackSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.ErrorStackSpanDecorator
 
ExplicitSpanLifecycle - Class in org.zalando.riptide.opentracing
 
ExplicitSpanLifecycle() - Constructor for class org.zalando.riptide.opentracing.ExplicitSpanLifecycle
 
ExtensionFields - Class in org.zalando.riptide.opentracing
 
ExtensionTags - Class in org.zalando.riptide.opentracing
 

F

FLOW_ID - Static variable in class org.zalando.riptide.opentracing.ExtensionTags
The flow_id tag should contain the request flow ID, typically found in the ingress requests HTTP header X-Flow-ID.

H

HTTP_PATH - Static variable in class org.zalando.riptide.opentracing.ExtensionTags
 
HttpMethodOverrideSpanDecorator - Class in org.zalando.riptide.opentracing.span
 
HttpMethodOverrideSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.HttpMethodOverrideSpanDecorator
 
HttpMethodSpanDecorator - Class in org.zalando.riptide.opentracing.span
Sets the http.method span tag.
HttpMethodSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.HttpMethodSpanDecorator
 
HttpPathSpanDecorator - Class in org.zalando.riptide.opentracing.span
Sets the http.path span tag, based on RequestArguments.getUriTemplate().
HttpPathSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.HttpPathSpanDecorator
 
HttpPreferSpanDecorator - Class in org.zalando.riptide.opentracing.span
 
HttpPreferSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.HttpPreferSpanDecorator
 
HttpRetryAfterSpanDecorator - Class in org.zalando.riptide.opentracing.span
 
HttpRetryAfterSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.HttpRetryAfterSpanDecorator
 
HttpStatusCodeSpanDecorator - Class in org.zalando.riptide.opentracing.span
Sets the http.status_code span tag.
HttpStatusCodeSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.HttpStatusCodeSpanDecorator
 
HttpUrlSpanDecorator - Class in org.zalando.riptide.opentracing.span
Sets the http.url span tag.
HttpUrlSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.HttpUrlSpanDecorator
 

L

Lifecycle - Interface in org.zalando.riptide.opentracing
 
LOGS - Static variable in class org.zalando.riptide.opentracing.OpenTracingPlugin
Allows to pass arbitrary span logs directly from a call site.

N

NewSpanLifecycle - Class in org.zalando.riptide.opentracing
 
NewSpanLifecycle() - Constructor for class org.zalando.riptide.opentracing.NewSpanLifecycle
 
NoOpActivation - Class in org.zalando.riptide.opentracing
 
NoOpActivation() - Constructor for class org.zalando.riptide.opentracing.NoOpActivation
 

O

onError(Span, RequestArguments, Throwable) - Method in class org.zalando.riptide.opentracing.span.CompositeSpanDecorator
 
onError(Span, RequestArguments, Throwable) - Method in class org.zalando.riptide.opentracing.span.ErrorMessageSpanDecorator
 
onError(Span, RequestArguments, Throwable) - Method in class org.zalando.riptide.opentracing.span.ErrorSpanDecorator
 
onError(Span, RequestArguments, Throwable) - Method in class org.zalando.riptide.opentracing.span.ErrorStackSpanDecorator
 
onError(Span, RequestArguments, Throwable) - Method in interface org.zalando.riptide.opentracing.span.SpanDecorator
 
onRequest(Span, RequestArguments) - Method in class org.zalando.riptide.opentracing.span.CallSiteSpanDecorator
 
onRequest(Span, RequestArguments) - Method in class org.zalando.riptide.opentracing.span.ComponentSpanDecorator
 
onRequest(Span, RequestArguments) - Method in class org.zalando.riptide.opentracing.span.CompositeSpanDecorator
 
onRequest(Span, RequestArguments) - Method in class org.zalando.riptide.opentracing.span.HttpMethodSpanDecorator
 
onRequest(Span, RequestArguments) - Method in class org.zalando.riptide.opentracing.span.HttpPathSpanDecorator
 
onRequest(Span, RequestArguments) - Method in class org.zalando.riptide.opentracing.span.HttpUrlSpanDecorator
 
onRequest(Span, RequestArguments) - Method in class org.zalando.riptide.opentracing.span.PeerSpanDecorator
 
onRequest(Span, RequestArguments) - Method in class org.zalando.riptide.opentracing.span.RetrySpanDecorator
 
onRequest(Span, RequestArguments) - Method in interface org.zalando.riptide.opentracing.span.SpanDecorator
 
onRequest(Span, RequestArguments) - Method in class org.zalando.riptide.opentracing.span.StaticSpanDecorator
 
onRequest(Span, RequestArguments) - Method in class org.zalando.riptide.opentracing.span.UriVariablesTagSpanDecorator
 
onResponse(Span, RequestArguments, ClientHttpResponse) - Method in class org.zalando.riptide.opentracing.span.CompositeSpanDecorator
 
onResponse(Span, RequestArguments, ClientHttpResponse) - Method in class org.zalando.riptide.opentracing.span.ErrorSpanDecorator
 
onResponse(Span, RequestArguments, ClientHttpResponse) - Method in class org.zalando.riptide.opentracing.span.HttpStatusCodeSpanDecorator
 
onResponse(Span, RequestArguments, ClientHttpResponse) - Method in interface org.zalando.riptide.opentracing.span.SpanDecorator
 
OpenTracingPlugin - Class in org.zalando.riptide.opentracing
 
OpenTracingPlugin(Tracer) - Constructor for class org.zalando.riptide.opentracing.OpenTracingPlugin
 
OPERATION_NAME - Static variable in class org.zalando.riptide.opentracing.OpenTracingPlugin
Allows to pass a customized operation name directly from a call site.
org.zalando.riptide.opentracing - package org.zalando.riptide.opentracing
 
org.zalando.riptide.opentracing.span - package org.zalando.riptide.opentracing.span
 

P

PEER_ADDRESS - Static variable in class org.zalando.riptide.opentracing.ExtensionTags
Remote "address", suitable for use in a networking client library.
PeerSpanDecorator - Class in org.zalando.riptide.opentracing.span
Sets the peer.hostname and peer.port span tags.
PeerSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.PeerSpanDecorator
 

R

RETRY - Static variable in class org.zalando.riptide.opentracing.ExtensionTags
When present on a client span, they represent a span that wraps a retried RPC.
RETRY_NUMBER - Static variable in class org.zalando.riptide.opentracing.ExtensionFields
In combination with retry tag, this field holds the number of the retry attempt.
RetrySpanDecorator - Class in org.zalando.riptide.opentracing.span
 
RetrySpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.RetrySpanDecorator
 

S

ServiceLoaderSpanDecorator - Class in org.zalando.riptide.opentracing.span
 
ServiceLoaderSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.ServiceLoaderSpanDecorator
 
SPAN - Static variable in class org.zalando.riptide.opentracing.OpenTracingPlugin
Allows to pass an explicit Span directly from a call site.
SpanDecorator - Interface in org.zalando.riptide.opentracing.span
 
start(Tracer, RequestArguments) - Method in class org.zalando.riptide.opentracing.ActiveSpanLifecycle
 
start(Tracer, RequestArguments) - Method in class org.zalando.riptide.opentracing.ExplicitSpanLifecycle
 
start(Tracer, RequestArguments) - Method in interface org.zalando.riptide.opentracing.Lifecycle
 
start(Tracer, RequestArguments) - Method in class org.zalando.riptide.opentracing.NewSpanLifecycle
 
StaticSpanDecorator - Class in org.zalando.riptide.opentracing.span
Sets arbitrary, static span tags.
StaticSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.StaticSpanDecorator
 

T

TAGS - Static variable in class org.zalando.riptide.opentracing.OpenTracingPlugin
Allows to pass arbitrary span tags directly from a call site.
TracedTaskDecorator - Class in org.zalando.riptide.opentracing
 
TracedTaskDecorator() - Constructor for class org.zalando.riptide.opentracing.TracedTaskDecorator
 

U

UriVariablesTagSpanDecorator - Class in org.zalando.riptide.opentracing.span
A decorator that extracts contextual tags from the used URI template and URI variables.
UriVariablesTagSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.UriVariablesTagSpanDecorator
 

W

withActivation(Activation) - Method in class org.zalando.riptide.opentracing.OpenTracingPlugin
 
withAdditionalSpanDecorators(SpanDecorator, SpanDecorator...) - Method in class org.zalando.riptide.opentracing.OpenTracingPlugin
Creates a new plugin by combining the decorator(s) of this plugin with the supplied ones.
withInjection(Injection) - Method in class org.zalando.riptide.opentracing.OpenTracingPlugin
 
withLifecycle(Lifecycle) - Method in class org.zalando.riptide.opentracing.OpenTracingPlugin
 
withSpanDecorators(SpanDecorator, SpanDecorator...) - Method in class org.zalando.riptide.opentracing.OpenTracingPlugin
Creates a new plugin by replacing the decorator(s) of this plugin with the supplied ones.

Z

ZONE - Static variable in class org.zalando.riptide.opentracing.ExtensionTags
The tag should contain some information that allows users to associate the physical location of the system where the operation took place (i.e.
A C D E F H L N O P R S T U W Z 
Skip navigation links

Copyright © 2015–2021 Zalando SE. All rights reserved.