-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[release/2.2] core/runtime/v2: remove uses of otelgrpc.UnaryClientInterceptor #12622
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
[release/2.2] core/runtime/v2: remove uses of otelgrpc.UnaryClientInterceptor #12622
Conversation
thaJeztah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
mikebrow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
does the bot have an option to do the rebase or does that have to be done by someone with write access? |
there is a update (PR) with rebase option in the GitHub client.. but that's probably because I have merge rights.... would you like me to rebase? |
|
Oh, looks like that shows for me as well; I can try |
The otelgrpc.UnaryClientInterceptor and otelgrpc.StreamClientInterceptor options were deprecated and removed in favor of NewClientHandler. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2ee87dd to
ed19c54
Compare
cool so write or commit owner |
|
Yeah, I guess I may have write access, but (as reviewer / non-committer) not permissions to merge / add to merge queue. Good to see it worked 😊 |
This is an automated cherry-pick of #12606
/assign thaJeztah