Class ComponentSpanDecorator
java.lang.Object
org.zalando.riptide.opentracing.span.ComponentSpanDecorator
- All Implemented Interfaces:
SpanDecorator
Sets the
component span tag, defaults to Riptide.- See Also:
-
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
-
ComponentSpanDecorator
public ComponentSpanDecorator()
-
-
Method Details
-
onRequest
- Specified by:
onRequestin interfaceSpanDecorator
-