opentelemetry-java-instrume.../instrumentation/aws-sdk
Jay DeLuca 5737f1db4e
Convert aws sdk 2.2 sqs tracing tests from groovy to java (#11240)
2024-04-30 09:53:18 +03:00
..
aws-sdk-1.11 Semconv 1.25.0 migration (#10983) 2024-04-09 11:25:52 -07:00
aws-sdk-2.2 Convert aws sdk 2.2 sqs tracing tests from groovy to java (#11240) 2024-04-30 09:53:18 +03:00
README.md Fix aws readme formatting (#10111) 2023-12-21 08:18:56 -08: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.