opentelemetry-java-instrume.../instrumentation/aws-sdk
Jay DeLuca 712e0a7acc
Remove todo assignment (#12884)
2024-12-12 12:39:33 -08:00
..
aws-sdk-1.11 Added dynamodb instrumenter for aws v1_11 sdk (#12756) 2024-11-29 19:18:27 -08:00
aws-sdk-2.2 Remove todo assignment (#12884) 2024-12-12 12:39:33 -08: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.