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
When trying to debug an issue with request proxying (it turned out that the method was being dropped), I initially looked at the trace information as something that might be useful. The output looked like this:
Information related to the incoming request: URI (rooted at the sub-router) and method.
Information related to the upstream: the response latency, status, host and IP being connected to.
Ideally, information here would be relevant to the stage of processing; there would be a span where the outgoing request is made, and request information in that span would be related to the request after rewriting/processing.
I think it's a low priority issue, but it's useful for people debugging proxy issues to have clear tracing information.
The text was updated successfully, but these errors were encountered:
When trying to debug an issue with request proxying (it turned out that the method was being dropped), I initially looked at the trace information as something that might be useful. The output looked like this:
Information related to the incoming request: URI (rooted at the sub-router) and method.
Information related to the upstream: the response latency, status, host and IP being connected to.
Ideally, information here would be relevant to the stage of processing; there would be a span where the outgoing request is made, and request information in that span would be related to the request after rewriting/processing.
I think it's a low priority issue, but it's useful for people debugging proxy issues to have clear tracing information.
The text was updated successfully, but these errors were encountered: