Class ErrorStackSpanDecorator
java.lang.Object
org.zalando.riptide.opentracing.span.ErrorStackSpanDecorator
- All Implemented Interfaces:
SpanDecorator
Sets the
stack span log.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonError(io.opentracing.Span span, RequestArguments arguments, Throwable error) 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
onRequest, onResponse
-
Constructor Details
-
ErrorStackSpanDecorator
public ErrorStackSpanDecorator()
-
-
Method Details
-
onError
- Specified by:
onErrorin interfaceSpanDecorator
-