Are rpc.request.metadata and rpc.response.metadata gRPC specific? #2935
Labels
area:semantic-conventions
Related to semantic conventions
spec:trace
Related to the specification/trace directory
What are you trying to achieve?
Clarity on whether
rpc.request.metadata.
andrpc.response.metadata.
are generic RPC attributes, or specific to gRPC.What did you expect to see?
If they are generic RPC attributes, I would not expect them to be under the gRPC section of the RPC semantic attributes.
If they are gRPC specific attributes, I would expect them to be prefixed with
rpc.grpc.
, similar torpc.grpc.status_code
.The text was updated successfully, but these errors were encountered: