Skip to content

Commit 4a20e55

Browse files
committed
README
1 parent 7bbc4b3 commit 4a20e55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instrumentation/aws-sdk/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ For more information, see the respective public setters in the `AwsSdkTelemetryB
66
- [SDK v2](./aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkTelemetryBuilder.java)
77

88
| System property | Type | Default | Description |
9-
|--------------------------------------------------------------------------| ------- | ------- |---------------------------------------------------------------------------------------------------------------------------------------|
9+
|--------------------------------------------------------------------------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------|
1010
| `otel.instrumentation.aws-sdk.experimental-span-attributes` | Boolean | `false` | Enable the capture of experimental span attributes. |
1111
| `otel.instrumentation.aws-sdk.experimental-use-propagator-for-messaging` | Boolean | `false` | v2 only, inject into SNS/SQS attributes with configured propagator: See [v2 README](aws-sdk-2.2/library/README.md#trace-propagation). |
1212
| `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. |
13+
| `otel.instrumentation.genai.capture-message-content` | Boolean | `false` | v2 only, record content of user and LLM messages when using Bedrock. |

0 commit comments

Comments
 (0)