opentelemetry-java-instrume.../dd-java-agent/instrumentation
Nikolay Martynov bae2d7dde8 Allow non-wrapped tasks in disabled executors
Some executors cannot handle tasks that have been wrapped into
`{Runnable,Callable}Wrapper` because they require certain subclass of
`{Callable,Runnable}` in order to work. We have a test that
effectively disables instrumentation for such executors.

This change makes sure that tasks that do not need to be
wrapped (which essentially means anything that is not lambda) still
get traced in such executors. One notable example of affected executor
type is `ScheduledThreadPoolExecutor`.
2019-02-11 11:47:34 -05:00
..
akka-http-10.0 Use config inheritance in `withConfigOverride`. 2019-02-05 15:51:05 -05:00
apache-httpclient-4 Use config inheritance in `withConfigOverride`. 2019-02-05 15:51:05 -05:00
aws-java-sdk-1.11.0 Improve AWS1.x SDK integration 2019-01-24 17:28:03 -05:00
aws-java-sdk-2.2 AWS2 SDK: Remove class loader matcher that is no longer needed 2019-01-25 12:53:00 -05:00
couchbase-2.0 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
datastax-cassandra-2.3 Apply proper generic signature for Instrumenter.Default transformers() 2019-01-04 15:25:12 -08:00
dropwizard Apply proper generic signature for Instrumenter.Default transformers() 2019-01-04 15:25:12 -08:00
elasticsearch-rest-5 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
elasticsearch-rest-6.4 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
elasticsearch-transport-2 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
elasticsearch-transport-5 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
elasticsearch-transport-5.3 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
elasticsearch-transport-6 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
grpc-1.5 Apply proper generic signature for Instrumenter.Default transformers() 2019-01-04 15:25:12 -08:00
http-url-connection Use config inheritance in `withConfigOverride`. 2019-02-05 15:51:05 -05:00
hystrix-1.4 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
java-concurrent Allow non-wrapped tasks in disabled executors 2019-02-11 11:47:34 -05:00
jax-rs-annotations Move other Utils to utils package 2019-02-05 11:43:05 -08:00
jax-rs-client Move other Utils to utils package 2019-02-05 11:43:05 -08:00
jboss-classloading Improve OSGi class loader instrumentation 2019-01-25 08:52:07 -05:00
jdbc Move other Utils to utils package 2019-02-05 11:43:05 -08:00
jedis-1.4 Apply proper generic signature for Instrumenter.Default transformers() 2019-01-04 15:25:12 -08:00
jetty-8 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
jms Increase timeouts in JMS test to try to make it more stable 2019-02-05 10:10:49 -05:00
jsp-2.3 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
kafka-clients-0.11 Apply proper generic signature for Instrumenter.Default transformers() 2019-01-04 15:25:12 -08:00
kafka-streams-0.11 Apply proper generic signature for Instrumenter.Default transformers() 2019-01-04 15:25:12 -08:00
lettuce-5 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
mongo-3.1 Apply proper generic signature for Instrumenter.Default transformers() 2019-01-04 15:25:12 -08:00
mongo-async-3.3 Apply proper generic signature for Instrumenter.Default transformers() 2019-01-04 15:25:12 -08:00
netty-4.0 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
netty-4.1 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
okhttp-3 Use config inheritance in `withConfigOverride`. 2019-02-05 15:51:05 -05:00
osgi-classloading Improve OSGi class loader instrumentation 2019-01-25 08:52:07 -05:00
play-2.4 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
rabbitmq-amqp-2.7 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
ratpack-1.4 Apply proper generic signature for Instrumenter.Default transformers() 2019-01-04 15:25:12 -08:00
servlet-2 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
servlet-3 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
slf4j-mdc Move integrations config to Config class. 2019-02-05 08:20:49 -08:00
sparkjava-2.3 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
spring-web Apply proper generic signature for Instrumenter.Default transformers() 2019-01-04 15:25:12 -08:00
spring-webflux Fix webflux integration to not rely in active span 2019-02-05 10:38:21 -05:00
spymemcached-2.12 Move other Utils to utils package 2019-02-05 11:43:05 -08:00
trace-annotation Move other Utils to utils package 2019-02-05 11:43:05 -08:00
vertx Move other Utils to utils package 2019-02-05 11:43:05 -08:00
instrumentation.gradle add mavenCentral to plugin repos 2019-01-21 12:26:46 -05:00