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
I have two server z-admin and z-gateway.
all request is sent to z-gateway and then dispatch to other servers (z-admin, ... )
In org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags#uri,
the gateway cannot access the HandlerMapping.BEST_MATCHING_PATTERN_ATTRIBUTE,as it is on z-admin. so it record the full path with path variable to the tag.