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
GrpcServerDecoratoroverwrites an error flag manually set to a gRPC server span, based on the status code returned by the gRPC server. That shouldn't be overwritten.
The behavior was slightly different before #7505, which was released in v1.39.0. Before the change, the gRPC server instrumentation code overwrote the error flag only when the gRPC server returned an error. Now, it overwrites the error flag regardless of the server response status.
Similar to what HttpServerDecoratordoes (introduced in #5359), GrpcServerDecorator can set the error flag with a lower priority.
The text was updated successfully, but these errors were encountered:
GrpcServerDecorator
overwrites an error flag manually set to a gRPC server span, based on the status code returned by the gRPC server. That shouldn't be overwritten.The behavior was slightly different before #7505, which was released in v1.39.0. Before the change, the gRPC server instrumentation code overwrote the error flag only when the gRPC server returned an error. Now, it overwrites the error flag regardless of the server response status.
Similar to what
HttpServerDecorator
does (introduced in #5359),GrpcServerDecorator
can set the error flag with a lower priority.The text was updated successfully, but these errors were encountered: