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
This method is implemented and overridable but seems it never actually gets called.
I was hoping to use this so I could log the request URL and actual service instance that a request was sent to. I couldn't find a non-hacky way to do this other than sticking that info into a response header in noteRequestCompletion. LoadBalancerContext.noteRequestCompletion DOES get called (in LoadBalancerCommand, for example), but it doesn't include the ClientHttpRequest in the params so I can't see what URL this response is for.
The text was updated successfully, but these errors were encountered:
https://github.com/Netflix/ribbon/search?q=noteResponse&unscoped_q=noteResponse
This method is implemented and overridable but seems it never actually gets called.
I was hoping to use this so I could log the request URL and actual service instance that a request was sent to. I couldn't find a non-hacky way to do this other than sticking that info into a response header in noteRequestCompletion. LoadBalancerContext.noteRequestCompletion DOES get called (in LoadBalancerCommand, for example), but it doesn't include the ClientHttpRequest in the params so I can't see what URL this response is for.
The text was updated successfully, but these errors were encountered: