| Package | Description |
|---|---|
| org.zalando.riptide.opentracing | |
| org.zalando.riptide.opentracing.span |
| Modifier and Type | Method and Description |
|---|---|
OpenTracingPlugin |
OpenTracingPlugin.withAdditionalSpanDecorators(SpanDecorator first,
SpanDecorator... decorators)
|
OpenTracingPlugin |
OpenTracingPlugin.withAdditionalSpanDecorators(SpanDecorator first,
SpanDecorator... decorators)
|
OpenTracingPlugin |
OpenTracingPlugin.withSpanDecorators(SpanDecorator decorator,
SpanDecorator... decorators)
|
OpenTracingPlugin |
OpenTracingPlugin.withSpanDecorators(SpanDecorator decorator,
SpanDecorator... decorators)
|
| Modifier and Type | Class and Description |
|---|---|
class |
CallSiteSpanDecorator |
class |
ComponentSpanDecorator
Sets the
component span tag, defaults to Riptide. |
class |
ErrorMessageSpanDecorator
Sets the
message span log. |
class |
ErrorSpanDecorator
Sets the
error span tag as well as the error.kind and error.object span logs. |
class |
ErrorStackSpanDecorator
Sets the
stack span log. |
class |
HttpMethodSpanDecorator
Sets the
http.method span tag. |
class |
HttpPathSpanDecorator
Sets the
http.path span tag, based on RequestArguments.getUriTemplate(). |
class |
HttpStatusCodeSpanDecorator
Sets the
http.status_code span tag. |
class |
HttpUrlSpanDecorator
Sets the
http.url span tag. |
class |
PeerSpanDecorator
Sets the
peer.hostname and peer.port span tags. |
class |
RetrySpanDecorator |
class |
SpanKindSpanDecorator
Sets the
span.kind span tag. |
class |
StaticSpanDecorator
Sets arbitrary, static span tags.
|
class |
UriVariablesTagSpanDecorator
|
| Modifier and Type | Method and Description |
|---|---|
static SpanDecorator |
SpanDecorator.composite(Collection<SpanDecorator> decorators) |
static SpanDecorator |
SpanDecorator.composite(SpanDecorator decorator,
SpanDecorator... decorators) |
| Modifier and Type | Method and Description |
|---|---|
static SpanDecorator |
SpanDecorator.composite(SpanDecorator decorator,
SpanDecorator... decorators) |
static SpanDecorator |
SpanDecorator.composite(SpanDecorator decorator,
SpanDecorator... decorators) |
| Modifier and Type | Method and Description |
|---|---|
static SpanDecorator |
SpanDecorator.composite(Collection<SpanDecorator> decorators) |
Copyright © 2015–2019 Zalando SE. All rights reserved.