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
fix: better diagnosed gRPC status code in monitor middleware
This change aligns status code retrieval from error with what the gRPC
server logic does:
1. status.FromError
2. status.FromContextError
https://github.com/grpc/grpc-go/blob/master/server.go#L1369-L1377