Retrieve gRPC server.address/server.port from gRPC target#16161
Draft
trask wants to merge 3 commits intoopen-telemetry:mainfrom
Draft
Retrieve gRPC server.address/server.port from gRPC target#16161trask wants to merge 3 commits intoopen-telemetry:mainfrom
server.address/server.port from gRPC target#16161trask wants to merge 3 commits intoopen-telemetry:mainfrom
Conversation
4828a53 to
c45ee61
Compare
c45ee61 to
ce22789
Compare
laurit
reviewed
Feb 17, 2026
laurit
reviewed
Feb 17, 2026
laurit
approved these changes
Feb 17, 2026
9a1c3d7 to
2a0e0b9
Compare
laurit
reviewed
Feb 25, 2026
0f60636 to
dd4d89f
Compare
d93c7e4 to
e19f9d2
Compare
e19f9d2 to
9ae10a5
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 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.
Currently built on top of
Prototype for open-telemetry/semantic-conventions#3317
Java agent instrumentation can do this for all gRPC versions.
Library instrumentation can only do this (automatically) using an internal gRPC API available since version 1.64.0: InternalManagedChannelBuilder.
I'm not convinced about the API / dependency on internals, could limit us on marking it stable, but marking ready-for-review to get feedback.
Related to #15871