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
It seems that ClientTracingFilter.filter(request, response) is not called after: javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
The exception is thrown from the line with response = conn... and the execution skips over Stages.process(response, responseProcessingRoot) which would run the filter.
Maybe there is some other mechanism which can react to this exception.
The text was updated successfully, but these errors were encountered:
mabn
changed the title
Client instrumentation does not finish span after ConnectionException
Client instrumentation does not finish spans after ConnectionException
Mar 14, 2018
It seems that ClientTracingFilter.filter(request, response) is not called after:
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
ClientRuntime.invoke from jersey client:
The exception is thrown from the line with
response = conn...
and the execution skips overStages.process(response, responseProcessingRoot)
which would run the filter.Maybe there is some other mechanism which can react to this exception.
The text was updated successfully, but these errors were encountered: