-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added support for region-prefixed Bedrock models #2937
Conversation
…el names in Bedrock
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## NR-361592-OE-Node-agent-does-not-match-cross-region-inference-model-names-in-Bedrock #2937 +/- ##
=======================================================================================================================
Coverage ? 88.55%
=======================================================================================================================
Files ? 313
Lines ? 48059
Branches ? 0
=======================================================================================================================
Hits ? 42557
Misses ? 5502
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
2c11aea
into
newrelic:NR-361592-OE-Node-agent-does-not-match-cross-region-inference-model-names-in-Bedrock
@Bkmakwana2002 this wasn't targetting main so this will never get released. I've opened #2947 so it can get into main and be released. In the future please make sure you target main for all PRs, otherwise it'll just hang out in a branch |
Added feature to Node agent to match cross-region inference model names in Bedrock
Description
This PR adds support to the Node agent for matching cross-region inference model names in Bedrock. Some newer Bedrock models use region-prefixed names (e.g., us.anthropic.claude-xyz) for cross-region inference optimization. The Node agent now correctly identifies and reports these models.
How to Test
demonstrating this is attached.