This repository was archived by the owner on May 8, 2026. It is now read-only.
chore: introduce PeerInfo & MetadataExtractor - #2788
Merged
Conversation
Centralize sideband metadata collection using a new interceptor. Which gets injected into the GrpcCallContext channel. This provides the following benefits: - it works even if the end user sets their own channel provider - centralizes fetching of sideband metadata - removes the need for fetching directpath signals from grpc internals Change-Id: I42917074d65ccd7b8680f4a2a10c904b7646e4b6
Change-Id: I2aff3f13f2f07b400d6f2099b75c9f1462077e44
mutianf
reviewed
Feb 18, 2026
Change-Id: Icf1b8ed5d020c9bf5386173b817a89f1679369b4
Change-Id: I3c98eef573aea3364f2788135407acbba991d7c7
mutianf
approved these changes
Feb 18, 2026
Also defensively add null checks for it and a todo to remove them Change-Id: Ie8237bfcc8c5a0886735ca5b93c0f03f5373e24b
sushanb
approved these changes
Feb 19, 2026
Member
|
LGTM |
vermas2012
self-requested a review
February 19, 2026 18:11
vermas2012
approved these changes
Feb 19, 2026
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.
Centralize sideband metadata collection using a new interceptor. Which gets injected into the GrpcCallContext channel.
This provides the following benefits: