@@ -11,6 +11,7 @@ muzzle {
1111 // client, which is not target of instrumentation anyways.
1212 extraDependency(" software.amazon.awssdk:protocol-core" )
1313
14+ excludeInstrumentationName(" aws-sdk-2.2-bedrock-runtime" )
1415 excludeInstrumentationName(" aws-sdk-2.2-sqs" )
1516 excludeInstrumentationName(" aws-sdk-2.2-sns" )
1617 excludeInstrumentationName(" aws-sdk-2.2-lambda" )
@@ -43,6 +44,7 @@ muzzle {
4344 // client, which is not target of instrumentation anyways.
4445 extraDependency(" software.amazon.awssdk:protocol-core" )
4546
47+ excludeInstrumentationName(" aws-sdk-2.2-bedrock-runtime" )
4648 excludeInstrumentationName(" aws-sdk-2.2-sns" )
4749 excludeInstrumentationName(" aws-sdk-2.2-lambda" )
4850
@@ -58,6 +60,7 @@ muzzle {
5860 // client, which is not target of instrumentation anyways.
5961 extraDependency(" software.amazon.awssdk:protocol-core" )
6062
63+ excludeInstrumentationName(" aws-sdk-2.2-bedrock-runtime" )
6164 excludeInstrumentationName(" aws-sdk-2.2-sqs" )
6265 excludeInstrumentationName(" aws-sdk-2.2-lambda" )
6366
@@ -72,12 +75,25 @@ muzzle {
7275 // client, which is not target of instrumentation anyways.
7376 extraDependency(" software.amazon.awssdk:protocol-core" )
7477
78+ excludeInstrumentationName(" aws-sdk-2.2-bedrock-runtime" )
7579 excludeInstrumentationName(" aws-sdk-2.2-sqs" )
7680 excludeInstrumentationName(" aws-sdk-2.2-sns" )
7781
7882 // several software.amazon.awssdk artifacts are missing for this version
7983 skip(" 2.17.200" )
8084 }
85+ pass {
86+ group.set(" software.amazon.awssdk" )
87+ module.set(" bedrock-runtime" )
88+ versions.set(" [2.25.63,)" )
89+ // Used by all SDK services, the only case it isn't is an SDK extension such as a custom HTTP
90+ // client, which is not target of instrumentation anyways.
91+ extraDependency(" software.amazon.awssdk:protocol-core" )
92+
93+ excludeInstrumentationName(" aws-sdk-2.2-lambda" )
94+ excludeInstrumentationName(" aws-sdk-2.2-sqs" )
95+ excludeInstrumentationName(" aws-sdk-2.2-sns" )
96+ }
8197}
8298
8399dependencies {
@@ -127,8 +143,8 @@ testing {
127143 if (findProperty(" testLatestDeps" ) as Boolean ) {
128144 implementation(" software.amazon.awssdk:bedrockruntime:+" )
129145 } else {
130- // First .0 release with Converse API
131- implementation(" software.amazon.awssdk:bedrockruntime:2.26.0 " )
146+ // First release with Converse API
147+ implementation(" software.amazon.awssdk:bedrockruntime:2.25.63 " )
132148 }
133149 }
134150 }
0 commit comments