File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1046,10 +1046,10 @@ index 54253d0f7b..5326400f7e 100644
10461046 BatchGetItem(
10471047 DYNAMODB,
10481048diff --git a/instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkRequestType.java b/instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkRequestType.java
1049- index 9062f2aa17..2b62320c0b 100644
1049+ index 9062f2aa17..9511cd6f05 100644
10501050--- a/instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkRequestType.java
10511051+++ b/instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkRequestType.java
1052- @@ -5,17 +5,61 @@
1052+ @@ -5,17 +5,62 @@
10531053
10541054 package io.opentelemetry.instrumentation.awssdk.v2_2;
10551055
@@ -1103,6 +1103,7 @@ index 9062f2aa17..2b62320c0b 100644
11031103+ BEDROCKKNOWLEDGEBASEOPERATION(
11041104+ request(AWS_KNOWLEDGE_BASE_ID.getKey(), "knowledgeBaseId"),
11051105+ response(AWS_KNOWLEDGE_BASE_ID.getKey(), "knowledgeBaseId")),
1106+ + BEDROCKRUNTIME(request(GEN_AI_MODEL.getKey(), "modelId")),
11061107+ STEPFUNCTION(
11071108+ request(AWS_STATE_MACHINE_ARN.getKey(), "stateMachineArn"),
11081109+ request(AWS_STEP_FUNCTIONS_ACTIVITY_ARN.getKey(), "activityArn")),
You can’t perform that action at this time.
0 commit comments