-
Notifications
You must be signed in to change notification settings - Fork 273
#2703 define guidance for rpc protocol vs framework #2842
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
base: main
Are you sure you want to change the base?
#2703 define guidance for rpc protocol vs framework #2842
Conversation
af9e173
to
f1630aa
Compare
In some other semconv issues, streaming was mentioned. That reminded me about Blocks Extensible Exchange Protocol (BEEP, IETF RFC 3080), which has streaming responses: you send a |
Progresses #2703
Changes
This seeks to adopt system specific naming for the rpc namespace by first defining the replacement attributes (
rpc.transport.protocol.name
&rpc.framework.name
) as well as what the requirements are to be considered a well known value for that attribute.The usage of these attributes would be as follows:
rpc.transport.protocol.name
: requiredrpc.framework.name
: recommend when a framework is being usedNote: if the PR is touching an area that is not listed in the existing areas, or the area does not have sufficient domain experts coverage, the PR might be tagged as experts needed and move slowly until experts are identified.
Merge requirement checklist
[chore]