Describe the bug
In io.opentelemetry.instrumentation.awssdk.v2_2.internal.BedrockRuntimeImpl I see that there are many places that check the modelId like this modelId.startsWith("anthropic.claude")
as modelId not contains region prefix or 'global.' all these checks will fail.
Steps to reproduce
Run with modelId with prefix.
Expected behavior
The instrumentation will be full
Actual behavior
it miss parts
Javaagent or library instrumentation version
2.23.0-alpha
Environment
JDK: correto-17
OS: windows11
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Describe the bug
In io.opentelemetry.instrumentation.awssdk.v2_2.internal.BedrockRuntimeImpl I see that there are many places that check the modelId like this modelId.startsWith("anthropic.claude")
as modelId not contains region prefix or 'global.' all these checks will fail.
Steps to reproduce
Run with modelId with prefix.
Expected behavior
The instrumentation will be full
Actual behavior
it miss parts
Javaagent or library instrumentation version
2.23.0-alpha
Environment
JDK: correto-17
OS: windows11
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.