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
We use DiscoveryClient to implement Client-Side with spring cloud loadbalancer. As a result, Logbook logs the service name, not the URI that the request actually went to.
Logbook does not log URI with DiscoveryClient.
Description
We use DiscoveryClient to implement Client-Side with spring cloud loadbalancer. As a result, Logbook logs the service name, not the URI that the request actually went to.
Example repository: https://github.com/VladislavBakshanskij/logbook-service-logging
Expected behavior
Logbook logs the URI that the request went to, not the service name
Actual behavior
Logbook logs the service name
Steps to reproduce
Context
When balancing on the client side, this makes it difficult to analyze incidents
Your environment
The text was updated successfully, but these errors were encountered: