opentelemetry-java-instrume.../instrumentation/aws-sdk
Christian Neumüller bb4211d0b7
Fix aws-sdk-2.2 library instrumentation crashing app when SQS is not on classpath (#8805)
2023-06-28 11:04:06 -07:00
..
aws-sdk-1.11 Fix context leak on call to AmazonS3.generatePresignedUrl (#8815) 2023-06-28 10:56:38 +02:00
aws-sdk-2.2 Fix aws-sdk-2.2 library instrumentation crashing app when SQS is not on classpath (#8805) 2023-06-28 11:04:06 -07:00
README.md aws-sdk-2.2: Support non-X-Ray propagation for SQS (#8405) 2023-05-15 17:28:15 -07:00

README.md

Settings for the AWS SDK instrumentation

For more information, see the respective public setters in the AwsSdkTelemetryBuilder classes:

System property Type Default Description
otel.instrumentation.aws-sdk.experimental-span-attributes Boolean false Enable the capture of experimental span attributes.
otel.instrumentation.aws-sdk.experimental-use-propagator-for-messaging Boolean false Enable propagation via message attributes using configured propagator (in addition to X-Ray). At the moment, Supports only SQS and the v2 SDK.