feat(otel): add no-arg InvocationOtelPlugin constructor with ADOT Java agent SPI - #540
Merged
Merged
Conversation
SilanHe
reviewed
Jul 14, 2026
SilanHe
left a comment
Contributor
There was a problem hiding this comment.
We'll have to add an integration test example where we use the optimized ADOT layer so that we can ensure this is working
ayushiahjolia
force-pushed
the
codex/otel-plugin-default-constructor
branch
from
July 30, 2026 19:46
d77c980 to
d439811
Compare
ayushiahjolia
had a problem deploying
to
ai-pr-review-runtime
July 30, 2026 19:46 — with
GitHub Actions
Failure
ayushiahjolia
had a problem deploying
to
ai-pr-review-runtime
July 30, 2026 19:46 — with
GitHub Actions
Failure
ayushiahjolia
force-pushed
the
codex/otel-plugin-default-constructor
branch
2 times, most recently
from
July 30, 2026 20:04
33401b8 to
34cfd1c
Compare
ayushiahjolia
self-requested a review
July 30, 2026 20:09
ayushiahjolia
had a problem deploying
to
ai-pr-review-runtime
July 30, 2026 20:20 — with
GitHub Actions
Failure
ayushiahjolia
had a problem deploying
to
ai-pr-review-runtime
July 30, 2026 20:20 — with
GitHub Actions
Failure
ayushiahjolia
force-pushed
the
codex/otel-plugin-default-constructor
branch
from
July 30, 2026 20:35
34cfd1c to
59b9945
Compare
ayushiahjolia
had a problem deploying
to
ai-pr-review-runtime
July 30, 2026 20:42 — with
GitHub Actions
Failure
ayushiahjolia
had a problem deploying
to
ai-pr-review-runtime
July 30, 2026 20:42 — with
GitHub Actions
Failure
SilanHe
approved these changes
Jul 30, 2026
SilanHe
left a comment
Contributor
There was a problem hiding this comment.
As follow up, can we add a constructor where we also create a tracerProvider and idGenerator? this would be the case where we're using the ocmmunity collector layer + the plugin. It allows for less code to write for customers in that case.
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.
#541
Summary
How It Works Now
Logs correlation
Why Not Reflection
Known limitations
Testing