- Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)theme: observabilityAn issue related to observability and tracingAn issue related to observability and tracingtype: bugA general bugA general bug
Milestone
Description
As seen in #31365, our HTTP server observations mark the response status tag as "UNKNOWN" if the client has disconnected. We could instead refine the behavior there and only use this status if the response has not been committed.
- if the response has been committed, we known that this status was intended
- if the response was not committed when the exchange was cancelled, we're not sure that the current status was indeed the intended one. Depending on the underlying server, there might be a default value set at that point.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)theme: observabilityAn issue related to observability and tracingAn issue related to observability and tracingtype: bugA general bugA general bug