-
Deprecated ClassesClassDescriptionUse
Emitter.create()
.For internal use only.For internal use only.Apache 4.3 Wraps and overridesorg.apache.http.impl.client.DefaultHttpClient
's execute() methods. Accesses the global recorder upon each invocation to generateSegment
s. Only overrides those signatures which directly invoke doExecute. Other execute() signatures are wrappers which call these overridden methods.For internal use only.For internal use only.aws-xray-recorder only supports communicating with the X-Ray daemon, which does not require the usual AWS API signatures so we have stopped using the SDK X-Ray client.For internal use only.For internal use only.For internal use only.For internal use only.
-
Deprecated FieldsFieldDescriptionWill be removed.For internal use only.For internal use only.For internal use only.For internal use only.
-
Deprecated MethodsMethodDescriptionUse
AWSXRay.getGlobalRecorder().beginNoOpSegment()
.useAWSXRay.clearTraceEntity()
insteaduseAWSXRay.getTraceEntity()
insteaduseAWSXRay.setTraceEntity(Entity entity)
insteaduseAWSXRay.sendSubsegment(Subsegment)
insteadUseEntity.run(Runnable)
or methods inSegmentContextExecutors
instead of directly setting the trace entity so it can be restored correctly.useAWSXRayRecorder.clearTraceEntity()
insteaduseAWSXRayRecorder.getTraceEntity()
insteaduseAWSXRayRecorder.setTraceEntity(Entity entity)
insteadUseEntity.run(Runnable)
or methods inSegmentContextExecutors
instead of directly setting the trace entity so it can be restored correctly.Use theID generator
configured on this entity's creator insteadThis is for internal use of the SDK and will be made private.This is for internal use of the SDK and will be made privateTraceID is effectively immutable and this will be removedTraceID is effectively immutable and this will be removedaws-xray-recorder only supports communicating with the X-Ray daemon, which does not require the usual AWS API signatures so we have stopped using the SDK X-Ray client.
-
Deprecated ConstructorsConstructorDescription
Emitter.create()
.