Skip to content
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

Expose path and callEnd event in ServerSurfaceCall #2132

Merged
merged 2 commits into from Sep 6, 2022

Conversation

ajmath
Copy link
Contributor

@ajmath ajmath commented Jun 1, 2022

I'm working on some server interceptors that are injected as part of our generation process. These interceptors need to know the final gRPC status and the path (really the service and function) that the request was sent to. In the current model, both of these bits of information are hidden within the internal call implementation. This PR exposes both of these so that they can be accessed without crossing the internal implementation boundary.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jun 1, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

@ajmath ajmath changed the title WIP: Expose path and callEnd event in surface call Expose path and callEnd event in ServerSurfaceCall Jun 1, 2022
@ajmath ajmath marked this pull request as ready for review June 1, 2022 16:46
@ajmath
Copy link
Contributor Author

ajmath commented Jun 6, 2022

@murgatroid99 any thoughts on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants