Do not count exchanges outcomes as UNKNOWN if response was committed #31387
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: superseded
An issue that has been superseded by another
theme: observability
An issue related to observability and tracing
type: enhancement
A general enhancement
Per this comment, we should not mark observed HTTP server exchanges as "UNKNOWN" outcomes if the response was committed. Chances are very high that the response was sent but that the client closed the connection aggressively before we had a chance to complete the exchange properly.
We should instead only count UNKNOWN outcomes if the client disconnected and the response was not committed.
The text was updated successfully, but these errors were encountered: