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

Rename grpc metadata attribute names to reflect that they are grpc-specific #2981

Merged
merged 2 commits into from
Nov 22, 2022

Conversation

trask
Copy link
Member

@trask trask commented Nov 22, 2022

Fixes #2935

Changes

Makes it clear that rpc.request.metadata.<key> and rpc.response.metadata.<key> are gRPC-specific, by renaming them to rpc.grpc.request.metadata.<key> and rpc.grpc.response.metadata.<key>.

Since these are not fixed attribute names, I don't think that schema renames can be added for them? (cc @tigrannajaryan)

@reyang reyang added the editorial Editorial changes only (typos, changelog, ...). No content-related changes of any kind. label Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial Editorial changes only (typos, changelog, ...). No content-related changes of any kind.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Are rpc.request.metadata and rpc.response.metadata gRPC specific?
4 participants