Skip to content

Commit

Permalink
TraceReactorAutoConfiguration.HooksRefresher improper queue decoration
Browse files Browse the repository at this point in the history
fixes gh-2318
  • Loading branch information
marcingrzejszczak committed Feb 9, 2024
1 parent f8d88bb commit 71a141a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ public void onApplicationEvent(RefreshScopeRefreshedEvent event) {
Schedulers.onScheduleHook(TraceReactorAutoConfiguration.SLEUTH_REACTOR_EXECUTOR_SERVICE_KEY,
ReactorSleuth.scopePassingOnScheduleHook(this.context));
}
break;
case DECORATE_ON_EACH:
if (log.isTraceEnabled()) {
log.trace("Decorating onEach operator instrumentation");
Expand Down

0 comments on commit 71a141a

Please sign in to comment.