opentelemetry-java-instrume.../instrumentation/aws-sdk
Lauri Tulmin 2bcae0b010
Fix flaky aws2 sqs test (#9888)
2023-11-16 07:58:23 -08:00
..
aws-sdk-1.11 Capture message id in aws1 sqs instrumentation (#9841) 2023-11-15 12:46:12 -08:00
aws-sdk-2.2 Fix flaky aws2 sqs test (#9888) 2023-11-16 07:58:23 -08:00
README.md Enhance AWS SDK Instrumentation with Detailed HTTP Error Information (#9448) 2023-09-29 09:16:11 -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 v2 only, inject into SNS/SQS attributes with configured propagator: See v2 README.
otel.instrumentation.aws-sdk.experimental-record-individual-http-error Boolean false v2 only, record errors returned by each individual HTTP request as events for the SDK span.