opentelemetry-java-instrume.../instrumentation/aws-sdk
crossoverJie 9fa80a421c
remove aws.endpoint attribute from sqs (#13620)
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
Co-authored-by: Steve Rao <raozihao.rzh@alibaba-inc.com>
2025-04-02 13:31:01 +03:00
..
aws-sdk-1.11 remove aws.endpoint attribute from sqs (#13620) 2025-04-02 13:31:01 +03:00
aws-sdk-2.2 Avoid wiremock extension using port 8080 (#13601) 2025-03-27 15:53:52 +02:00
README.md Implement genai events for bedrock (non-streaming) (#13473) 2025-03-10 07:24: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.
otel.instrumentation.genai.capture-message-content Boolean false v2 only, record content of user and LLM messages when using Bedrock.