Description:
When troubleshooting upstream retries, operators need visibility into why individual retry attempts failed. Currently, the downstream access log only shows the final result of a request, not the intermediate failures that triggered retries.
Envoy's Router filter supports Upstream Access Logs which can log each upstream request attempt, including retries. This is valuable for:
Debugging intermittent upstream failures (503s, connection resets)
Understanding retry patterns and their root causes
[optional Relevant Links:]
Any extra documentation required to understand the issue.