feat(weave_ts): Add gen_ai.agent.name as attribute on all spans in @openai/agents integration#7340
Merged
Conversation
Contributor
Author
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
gen_ai.agent.name as attribute on all spans in @openai/agents integration
0cda475 to
3f33bff
Compare
5a0ac8d to
3bd20c9
Compare
andrewtruong
approved these changes
Jun 23, 2026
Base automatically changed from
06-22-chore_weave_ts_consolidate_trace_state_in_otel_processor
to
master
June 23, 2026 14:37
…penai/agents integration
3f33bff to
1f33a82
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Description
We currently require this attribute on all children spans in order for certain pieces of data to populate in the Weave UI.
This change starts including
gen_ai.agent.nameas attrs on all span types, instead of only a select few.