linkerd2-proxy-api
linkerd2-proxy-api copied to clipboard
outbound: Include failure statuses for routes
To support circuit breaking (and, later, retries), this change introduces failure_statuses fields into both the HttpRoute and GrpcRoute response types.
HTTP statuses are represented as ranges so it's convenient to express 5XX. gRPC status codes aren't partitioned into logical ranges like HTTP status codes are.