You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/genai/GenAiAttributesGetter.java
-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,6 @@ public interface GenAiAttributesGetter<REQUEST, RESPONSE> {
|`otel.instrumentation.aws-sdk.experimental-span-attributes`| Boolean |`false`| Enable the capture of experimental span attributes. |
11
11
|`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). |
12
12
|`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. |
Copy file name to clipboardexpand all lines: instrumentation/aws-sdk/aws-sdk-2.2/library-autoconfigure/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/autoconfigure/AwsSdkSingletons.java
+5
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ public final class AwsSdkSingletons {
Copy file name to clipboardexpand all lines: instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkTelemetry.java
Copy file name to clipboardexpand all lines: instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkTelemetryBuilder.java
+15-1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ public final class AwsSdkTelemetryBuilder {
Copy file name to clipboardexpand all lines: instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/internal/AwsSdkInstrumenterFactory.java
Copy file name to clipboardexpand all lines: instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/internal/BedrockRuntimeAccess.java
Copy file name to clipboardexpand all lines: instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/internal/BedrockRuntimeAttributesGetter.java
0 commit comments