You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ExecutorBeanPostProcessor is always wrapping ExecutorServices with TracedExecutorService which has traceWithActiveSpanOnly property set by default to true.
public TracedExecutorService(ExecutorService delegate, Tracer tracer) {
this(delegate, tracer, true);
}
This is something which should be accessible by some property i guess.
The text was updated successfully, but these errors were encountered:
ExecutorBeanPostProcessor
is always wrappingExecutorService
s withTracedExecutorService
which hastraceWithActiveSpanOnly
property set by default totrue
.This is something which should be accessible by some property i guess.
The text was updated successfully, but these errors were encountered: