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

GH-39675: [C++][FlightRPC] Expose additional RPC call info to middleware #39678

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

benibus
Copy link
Collaborator

@benibus benibus commented Jan 18, 2024

Rationale for this change

Exposes more gRPC call information to middleware APIs for better traces and debugging

What changes are included in this PR?

  • Adds more virtual callbacks to ServerMiddleware to be invoked after protobuf messsages are received
  • Sets code.function span attribute in TracingServerMiddleware for DoAction methods (based on OTel semantic conventions doc, but warrants double-checking)
  • Tests for middleware

Are these changes tested?

Ad hoc only. Proper tests are WIP

Are there any user-facing changes?

Yes

Copy link

⚠️ GitHub issue #39675 has been automatically assigned in GitHub to PR creator.

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

Successfully merging this pull request may close these issues.

[C++][FlightRPC] Expose additional RPC call info to middleware
1 participant