-
Notifications
You must be signed in to change notification settings - Fork 353
Alignment with gRPC conventions #1773
Copy link
Copy link
Closed
Labels
area:rpcenhancementNew feature or requestNew feature or requestexperts neededThis issue or pull request is outside an area where general approvers feel they can approveThis issue or pull request is outside an area where general approvers feel they can approve
Metadata
Metadata
Assignees
Labels
area:rpcenhancementNew feature or requestNew feature or requestexperts neededThis issue or pull request is outside an area where general approvers feel they can approveThis issue or pull request is outside an area where general approvers feel they can approve
Type
Projects
Status
Done
Area(s)
area:rpc
Is your change request related to a problem? Please describe.
The gRPC project has designed its own set of metrics and attributes. There is some overlap with existing gRPC attributes (compare our attributes with gRPC attributes). Users get frustrated since we are not consistent with each other, e.g. see open-telemetry/opentelemetry-go-contrib/issues/6093.
Describe the solution you'd like
Adopt gRPC conventions as the 'official' conventions for modelling gRPC. Consider contributing upstream anything that is missing.
Describe alternatives you've considered
Some other sort of collaboration with gRPC that leads to alignment
Additional context
No response