| Enum and Description |
|---|
| datadog.trace.api.PropagationStyle |
| Method and Description |
|---|
| datadog.trace.api.interceptor.MutableSpan.getRootSpan()
Use
MutableSpan.getLocalRootSpan() instead. |
| datadog.trace.context.TraceScope.isAsyncPropagating()
Replaced by
Tracer.isAsyncPropagationEnabled().
Calling this method will check whether asynchronous propagation is active for the active scope, not this scope instance. |
| datadog.trace.api.Tracer.isAsyncPropagationEnabled()
Unstable API. Might be removed at any time.
|
| datadog.trace.context.TraceScope.setAsyncPropagation(boolean)
Replaced by
Tracer.setAsyncPropagationEnabled(boolean)}.
Calling this method will enable or disable asynchronous propagation for the active scope, not this scope instance. |
| datadog.trace.api.Tracer.setAsyncPropagationEnabled(boolean)
Unstable API. Might be removed at any time.
|
| 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. |