opentelemetry-java-instrume.../dd-java-agent
Andrew Kent 3894f829bb Remove most shadow relocates
Shadow relocates are no longer needed because of our new bootstrapping
process.
It's no longer possible for agent dependencies to interfere with the
user's classpath.

The immediate reason for this change is a bug created in the Cassandra
instrumentation.
The Cassandra instrumentation references guava transitive deps from
the datastax driver. These references are re-written by shadow,
causing the instrumentation to reference 'datadog.agent.deps.google.*'
instead of the guava class.
2018-06-27 09:35:54 -07:00
..
agent-bootstrap Simplify Jacoco configuration 2018-06-20 17:13:30 -04:00
agent-tooling Remove most shadow relocates 2018-06-27 09:35:54 -07:00
benchmark Begin 0.10.0 2018-05-29 18:41:37 +10:00
benchmark-integration Add server startup memory info 2018-04-06 13:20:43 +08:00
instrumentation Remove timeouts from lagom tests 2018-06-26 15:48:04 -04:00
src Organize bootstrap and agent classes by known prefix. 2018-03-15 12:17:03 -07:00
testing Merge pull request #352 from DataDog/tyler/netty 2018-06-21 14:11:12 +10:00
README.md Update documentation (#67) 2017-07-27 21:08:35 +02:00
dd-java-agent.gradle Remove most shadow relocates 2018-06-27 09:35:54 -07:00

README.md

Datadog Java Agent for APM