TraceReactorAutoConfiguration.HooksRefresher improper queue decoration

fixes gh-2318
This commit is contained in:
Marcin Grzejszczak
2024-02-09 14:00:33 +01:00
parent f8d88bb721
commit 71a141a702

View File

@@ -149,6 +149,7 @@ class HooksRefresher implements ApplicationListener<RefreshScopeRefreshedEvent>
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");