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.ActivationPolicy
 
activate(Tracer, Span) - Method in class org.zalando.riptide.opentracing.DefaultActivationPolicy
 
activate(Tracer, Span) - Method in class org.zalando.riptide.opentracing.NoOpActivationPolicy
 
ActivationPolicy - Interface in org.zalando.riptide.opentracing
 
ActiveSpanLifecyclePolicy - Class in org.zalando.riptide.opentracing
 
ActiveSpanLifecyclePolicy() - Constructor for class org.zalando.riptide.opentracing.ActiveSpanLifecyclePolicy
 
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
 
ComponentSpanDecorator(String) - Constructor for class org.zalando.riptide.opentracing.span.ComponentSpanDecorator
 
composite(LifecyclePolicy...) - Static method in interface org.zalando.riptide.opentracing.LifecyclePolicy
 
composite(Collection<LifecyclePolicy>) - Static method in interface org.zalando.riptide.opentracing.LifecyclePolicy
 
composite(SpanDecorator, SpanDecorator...) - Static method in interface org.zalando.riptide.opentracing.span.SpanDecorator
 
composite(Collection<SpanDecorator>) - Static method in interface org.zalando.riptide.opentracing.span.SpanDecorator
 

D

DefaultActivationPolicy - Class in org.zalando.riptide.opentracing
 
DefaultActivationPolicy() - Constructor for class org.zalando.riptide.opentracing.DefaultActivationPolicy
 
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
 
ExplicitSpanLifecyclePolicy - Class in org.zalando.riptide.opentracing
 
ExplicitSpanLifecyclePolicy() - Constructor for class org.zalando.riptide.opentracing.ExplicitSpanLifecyclePolicy
 
ExtensionFields - Class in org.zalando.riptide.opentracing
 
ExtensionTags - Class in org.zalando.riptide.opentracing
 

F

finish(Span) - Method in class org.zalando.riptide.opentracing.ActiveSpanLifecyclePolicy
 
finish(Span) - Method in class org.zalando.riptide.opentracing.ExplicitSpanLifecyclePolicy
 
finish(Span) - Method in interface org.zalando.riptide.opentracing.LifecyclePolicy
 
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
 
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
 
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

LifecyclePolicy - 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

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

O

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.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.SpanKindSpanDecorator
 
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.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

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
 
SpanKindSpanDecorator - Class in org.zalando.riptide.opentracing.span
Sets the span.kind span tag.
SpanKindSpanDecorator() - Constructor for class org.zalando.riptide.opentracing.span.SpanKindSpanDecorator
 
SpanKindSpanDecorator(String) - Constructor for class org.zalando.riptide.opentracing.span.SpanKindSpanDecorator
 
start(Tracer, RequestArguments) - Method in class org.zalando.riptide.opentracing.ActiveSpanLifecyclePolicy
 
start(Tracer, RequestArguments) - Method in class org.zalando.riptide.opentracing.ExplicitSpanLifecyclePolicy
 
start(Tracer, RequestArguments) - Method in interface org.zalando.riptide.opentracing.LifecyclePolicy
 
StaticSpanDecorator - Class in org.zalando.riptide.opentracing.span
Sets arbitrary, static span tags.
StaticSpanDecorator(Map<String, String>) - 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.

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

withActivationPolicy(ActivationPolicy) - 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.
withLifecyclePolicy(LifecyclePolicy) - 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–2019 Zalando SE. All rights reserved.