opentelemetry-java-instrume.../dd-java-agent/instrumentation/java-concurrent
Tyler Benson cc23fee614 Add config to enable individual executors
Or all executors, bypassing the allow list.

`dd.trace.executor=com.MyCustomExecutor,com.OtherExecutor`
`dd.trace.executors.all=true`

Turns out in many cases, executors that we say we’re skipping, are still being traced because they extend from an already instrumented executor.
2019-05-14 10:03:44 -07:00
..
akka-2.5-testing Add compile dep on scala to make Idea happy 2019-04-03 13:59:25 -04:00
akka-testing Add compile dep on scala to make Idea happy 2019-04-03 13:59:25 -04:00
kotlin-testing address ci errors 2019-01-21 14:12:44 -05:00
scala-testing Add compile dep on scala to make Idea happy 2019-04-03 13:59:25 -04:00
src Add config to enable individual executors 2019-05-14 10:03:44 -07:00
java-concurrent.gradle Instrument Akka and Scala ForkJoinTask and ForkJoinPool 2019-01-25 16:15:48 -05:00