Method and Description |
---|
datadog.trace.api.interceptor.MutableSpan.getRootSpan()
Use
MutableSpan.getLocalRootSpan() instead. |
datadog.trace.api.interceptor.MutableSpan.setSamplingPriority(int)
Use
io.opentracing.Span#setTag(String, boolean) instead using either tag
names DDTags.MANUAL_KEEP or DDTags.MANUAL_DROP . |