Open XSAM opened 1 month ago
area:rpc
The current attribute rpc.grpc.status_code didn't follow the convention of having a response inside the name.
rpc.grpc.status_code
response
List of attributes that have response inside:
http.response.status_code
db.response.status_code
Rename rpc.grpc.status_code to rpc.grpc.response.status_code to keep consistent.
rpc.grpc.response.status_code
No response
Area(s)
area:rpc
Is your change request related to a problem? Please describe.
The current attribute
rpc.grpc.status_code
didn't follow the convention of having aresponse
inside the name.List of attributes that have
response
inside:http.response.status_code
db.response.status_code
Describe the solution you'd like
Rename
rpc.grpc.status_code
torpc.grpc.response.status_code
to keep consistent.Describe alternatives you've considered
No response
Additional context
No response