You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of these sound like obsolete attributes that are represented/named differently
grpc.kind should be represented as the Span Kind
grpc.status_code should be rpc.grpc.status_code
grpc.error_name is redundant with the code
gprc.status_message is probably worth filing a spec PR for (as rpc.grpc.status_message). The span status message might not be ideal to use for it, for the same reason we don't mark spans as failed in RecordException.
Most of these sound like obsolete attributes that are represented/named differently
grpc.kind
should be represented as the Span Kindgrpc.status_code
should berpc.grpc.status_code
grpc.error_name
is redundant with the codegprc.status_message
is probably worth filing a spec PR for (asrpc.grpc.status_message
). The span status message might not be ideal to use for it, for the same reason we don't mark spans as failed in RecordException.http.status_text
was deemed useless and removed without replacement, see Remove semantic convention for http.status_text opentelemetry-specification#950.http.error_name
,http.status_text
: No idea what these are.Originally posted by @Oberon00 in #2083 (comment)
The text was updated successfully, but these errors were encountered: