Hello Dear Envoy Masters,
In case when a response contains flag upstreamRetryLimitExceeded, is there a way to see all the upstream statuses and upstream hosts that Envoy tried to call with this request?
Currently in the HTTPAccessLogEntries we can see the status and host only of the latest upstream that was called before retries budget exceeded.
We use io.envoyproxy.envoy.service.accesslog.v2.als.AccessLogServiceGrpc.AccessLogService, method onNext(value: StreamAccessLogsMessage).
Thanks and regards,
Dmitry