You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the caller closes the connection before the router is done sending the response (e.g. broken pipe), the router span never gets tagged with http.status.response_code. Consequently, these are the only requests that do not show any status code in DataDog.
To Reproduce
Steps to reproduce the behavior:
Insert code into a subgraph resolver so that it waits 10 seconds before responding to requests from router
Send request to router using curl
Cancel request (ctrl-c) while subgraph is waiting to respond which induces a broken pipe error
Observe in DataDog that the trace for the above request has no status code
Expected behavior
Every trace should have a response status code so that DataDog queries can use the status code as a predicate
Router:
OS: Amazon Linux 2023
Version: 1.37.0
The text was updated successfully, but these errors were encountered:
Describe the bug
If the caller closes the connection before the router is done sending the response (e.g. broken pipe), the router span never gets tagged with
http.status.response_code
. Consequently, these are the only requests that do not show any status code in DataDog.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Every trace should have a response status code so that DataDog queries can use the status code as a predicate
Router:
The text was updated successfully, but these errors were encountered: