opentelemetry-java-instrume.../dd-java-agent
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
..
agent-bootstrap Do not close parent scope when closing continuation in concurrent execution state 2019-02-08 20:13:32 -05:00
agent-jmxfetch JMXFetch bundled integrations disabled by default 2019-02-06 13:00:52 -08:00
agent-tooling Merge pull request #696 from DataDog/tyler/jmxfetch-config 2019-02-07 09:48:32 -08:00
benchmark Remove historical releases 2018-10-24 10:18:30 +10:00
benchmark-integration Change shell script to work with play 2018-12-14 11:19:17 -05:00
instrumentation Allow non-wrapped tasks in disabled executors 2019-02-11 11:47:34 -05:00
src JMXFetch bundled integrations disabled by default 2019-02-06 13:00:52 -08:00
testing Allow non-wrapped tasks in disabled executors 2019-02-11 11:47:34 -05:00
README.md
dd-java-agent.gradle Move awaitGC to common utility package 2019-01-25 10:32:09 -08:00

README.md

Datadog Java Agent for APM