-
Notifications
You must be signed in to change notification settings - Fork 355
feat(llmobs): add agent attribution to Java SDK #12238
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
Open
yahya-mouman
wants to merge
29
commits into
master
Choose a base branch
from
yahya/llmobs-agent-attribution
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+557
−14
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ef534bc
feat(llmobs): add agent attribution to Java SDK
yahya-mouman 95f4def
Add JUnit 5 tests for agent attribution in Java SDK
yahya-mouman ced256a
Harden agent attribution: fix metaSize, remove byte alloc, drop dead …
yahya-mouman f64bcd3
Fix missing assertNull import in LLMObsSpanMapperTest
yahya-mouman 7fb3a21
Fix agent attribution: drop erroneous trace-ID gate on LLMObsContext …
yahya-mouman 0ddc42e
Address Codex P2: re-add trace-ID gate for pagent context inheritance
yahya-mouman 077e8b8
Fix agent attribution: decode pagent from W3C tracestate; propagate t…
yahya-mouman f72f2d9
test(llmobs): add nested agent restore and stale-context gate tests
yahya-mouman 6b386c3
fix(llmobs): address Codex P2 review comments on agent attribution
yahya-mouman b4b915a
fix(llmobs): propagate agent attribution on standalone outgoing requests
yahya-mouman acecb40
revert(llmobs): remove distributed agent attribution propagation via …
yahya-mouman f96d561
style(llmobs): apply spotless formatting
yahya-mouman c53028f
fix(llmobs): close agent spans in Groovy tests to prevent scope leakage
yahya-mouman b390240
test(llmobs): add integration test for agent attribution via public API
yahya-mouman 639f492
refactor(llmobs): address sabrenner review comments
yahya-mouman 7828327
refactor(llmobs): spell out pagent as parentAgent in all variable names
yahya-mouman df0963c
refactor(llmobs): move standaloneApmScope to a dedicated follow-up PR
yahya-mouman ce0c701
style(llmobs): apply spotless formatting to agent attribution files
yahya-mouman eb272f7
test(llmobs): add APM root scope to AgentAttributionIntegrationTest
yahya-mouman 35e8b84
P1/P2: fix Javadoc, centralize pagent constants, document null-key co…
yahya-mouman 6339a75
Revert OpenAI auto-instrumentation test from AgentAttributionIntegrat…
yahya-mouman 9d4a832
Remove AgentAttributionIntegrationTest — unit tests cover all cases
yahya-mouman 55ea5d1
Fix stale pagent key leakage and missing trace gate in OpenAI decorator
yahya-mouman 5af838a
Use manifest name for pagent attribution; remove agentNameWireSafe re…
yahya-mouman bbb23b6
spotless: collapse PAGENT_NAME_TAG_INTERNAL onto one line
yahya-mouman 0c01f6c
Fix flaky test: drop unsafe scope re-attachment from annotateAgentMan…
yahya-mouman 3dff323
spotless: expand LLMObsContext.attach call to one-arg-per-line
yahya-mouman a993935
fix(llmobs): reintroduce standaloneApmScope for standalone agent spans
yahya-mouman 67a981a
docs(llmobs): fix contradictory trace-gate comment after standaloneAp…
yahya-mouman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.