Skip to content

TracedExecutorService is always configured with traceWithActiveSpanOnly=true #293

@kohegen

Description

@kohegen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions