linkerd2-proxy-api icon indicating copy to clipboard operation
linkerd2-proxy-api copied to clipboard

outbound: Include failure statuses for routes

Open olix0r opened this issue 2 years ago • 0 comments

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.

olix0r avatar Mar 07 '23 16:03 olix0r