mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
db79d1d2b9
This commit fixes the observation instrumentation for the reactive HTTP server by setting the best matching pattern determined by the web framework into the `ServerRequestObservationContext`. This information is required by the observation convention for creating the expected `KeyValue` for the matching pattern. Prior to this commit, the information was missing and resulted in an UNKNOWN key value. Fixes gh-29422