Failures hide the real story: does the client retry, and does it succeed? Error / Retry Analyzer groups attempts by client and endpoint, then tells you which failures were retried and whether the retry recovered.
Resilience is not “did it 500” — it is “how did the next request go”. A single 500 might be a blip your client silently retried past; three 500s in a row on the same endpoint with no successful follow-up is a real outage. This tool tells the two apart automatically.
Grouping defaults to client IP plus HTTP method and path — good enough for most access logs. If your logs carry a request-ID or correlation-ID header, supply that header name and the analyzer groups by ID instead, which is far more precise when multiple clients share an IP (behind a NAT or a shared gateway) or when a single client legitimately makes many unrelated requests to the same endpoint.