Class StaticSpanDecorator
java.lang.Object
org.zalando.riptide.opentracing.span.StaticSpanDecorator
- All Implemented Interfaces:
SpanDecorator
@API(status=EXPERIMENTAL)
public final class StaticSpanDecorator
extends Object
implements SpanDecorator
Sets arbitrary, static span tags.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRequest(io.opentracing.Span span, RequestArguments arguments) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zalando.riptide.opentracing.span.SpanDecorator
onError, onResponse
-
Constructor Details
-
StaticSpanDecorator
public StaticSpanDecorator()
-
-
Method Details
-
onRequest
- Specified by:
onRequestin interfaceSpanDecorator
-