Matching path pattern is not set in reactive ServerRequestObservationContext #29422
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
theme: observability
An issue related to observability and tracing
type: bug
A general bug
Milestone
The WebFlux instrumentation is not setting the
o.s.web.reactive.HandlerMapping#BEST_MATCHING_PATTERN_ATTRIBUTE
on theServerRequestObservationContext
. This means that theKeyValue
extracted by the observation convention is alwaysUNKNOWN
.The text was updated successfully, but these errors were encountered: