-
public class PeerServiceDecorator extends AbstractDecorator
-
-
Constructor Summary
Constructors Constructor Description PeerServiceDecorator()
-
Method Summary
Modifier and Type Method Description booleanshouldSetTag(DDSpanContext context, String tag, Object value)-
Methods inherited from class com.datadog.opentracing.decorators.AbstractDecorator
getMatchingTag, getMatchingValue, getReplacementTag, getReplacementValue, setMatchingTag, setMatchingValue, setReplacementTag, setReplacementValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
shouldSetTag
boolean shouldSetTag(DDSpanContext context, String tag, Object value)
-
-
-
-