ref(node): Stop tracing models.retrieve / models.get in Anthropic AI - #23206
Merged
nicohrubec merged 2 commits intoAug 10, 2026
Merged
Conversation
nicohrubec
force-pushed
the
feat/anthropic-drop-models
branch
3 times, most recently
from
August 10, 2026 08:40
c4b9704 to
1e7972a
Compare
`models.retrieve` and `models.get` (the same underlying SDK call) are model-metadata reads with no model inference, so we no longer emit spans for them. Removes both methods from the monkey-patch registry and the orchestrion config (including the now-unused `models` channel and subscriber), drops the `models`-specific request/response handling, and removes `'models'` from the non-inference operation set now that no anthropic method maps to it. Fixes #23147 Fixes #23146 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
nicohrubec
force-pushed
the
feat/anthropic-drop-models
branch
from
August 10, 2026 08:42
1e7972a to
db2be60
Compare
Contributor
size-limit report 📦
|
nicohrubec
marked this pull request as ready for review
August 10, 2026 09:32
nicohrubec
requested review from
JPeer264,
andreiborza and
mydea
and removed request for
a team
August 10, 2026 09:32
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
models.retrieveandmodels.get(the same underlying call) only read model metadata and run no inference, so the Anthropic integration no longer emits spans for them.Fixes #23147
Fixes #23146