Class PeerSpanDecorator
java.lang.Object
org.zalando.riptide.opentracing.span.PeerSpanDecorator
- All Implemented Interfaces:
SpanDecorator
Sets the
peer.hostname and peer.port span tags.- 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
-
PeerSpanDecorator
public PeerSpanDecorator()
-
-
Method Details
-
onRequest
- Specified by:
onRequestin interfaceSpanDecorator
-