open-telemetry / semantic-conventions

Defines standards for generating consistent, accessible telemetry across a variety of domains
Apache License 2.0
282 stars 175 forks source link

Rename `rpc.grpc.status_code` to `rpc.grpc.response.status_code` #1504

Open XSAM opened 1 month ago

XSAM commented 1 month ago

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 a response inside the name.

List of attributes that have response inside:

Describe the solution you'd like

Rename rpc.grpc.status_code to rpc.grpc.response.status_code to keep consistent.

Describe alternatives you've considered

No response

Additional context

No response