Deprecated API
Contents
-
Deprecated Classes
-
Deprecated Enums
-
Deprecated FieldsFieldDescriptionUse
ProfilingConfig.PROFILING_DEBUG_UPLOAD_COMPRESSIONinstead. This will be removed in a future release.
-
Deprecated MethodsMethodDescriptionuse static methods indirectly
invalid reference
EventTrackerV2UseMutableSpan.getLocalRootSpan()instead.Useinstead using either tag namesinvalid reference
io.opentracing.Span#setTag(String, boolean)DDTags.MANUAL_KEEPorDDTags.MANUAL_DROP.Unstable API. Might be removed at any time.Unstable API. Might be removed at any time.Unstable API. Might be removed at any time.Replaced byTracer.captureActiveSpan().When asynchronous propagation is enabled, prevent the currently active trace, which may differ from this scope instance, from reporting until the returned Continuation is either activated (and the returned scope is closed) or the continuation is canceled. Should be called on the parent thread.
Replaced bycapture().hold().Replaced byTracer.isAsyncPropagationEnabled().Calling this method will check whether asynchronous propagation is enabled for the active scope, not this scope instance.
Replaced byTracer.setAsyncPropagationEnabled(boolean)}.Calling this method will enable or disable asynchronous propagation for the active scope, not this scope instance.