Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/root/faq/load_balancing/transient_failures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ of requests are retried, how many times the request should be retried, timeouts
Retries in gRPC services
------------------------

For gRPC services, Envoy looks at the gRPC status in the response and attempts a retry based on the statuses configured in *x-retry-grpc-on*.
For gRPC services, Envoy looks at the gRPC status in the response and attempts a retry based on the statuses configured in
:ref:`x-envoy-retry-grpc-on <config_http_filters_router_x-envoy-retry-grpc-on>`.

The following application status codes in gRPC are considered safe for automatic retry.

Expand Down