Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start Observation before scope open for Scheduled operation
When ScheduledAnnotationReactiveSupport adds the Observation to the context, Reactor opens a scope through the Context Propagation API. This happens before TrackingSubscriber would start the Observation and opening a scope without starting an Observation is invalid. This change moves the Observation start before the scope opening. Closes gh-33349
- Loading branch information