opentelemetry-java-instrume.../dd-java-agent
dougqh 6b096c2240 Replacing Advice.class references
Replacing Advice.class references with string construction.

This stops the JVM from loading the Advice classes which are used as templates for byte buddy and doesn't ever need to be run directly.

This eliminates ~130 class loads at start-up -- and saves 0.5MiB in metaspace
2019-11-18 16:09:30 -05:00
..
agent-bootstrap Fixing resource leak 2019-11-18 10:52:23 -05:00
agent-jmxfetch Upgradle to gradle 6.0 2019-11-12 16:26:46 -05:00
agent-tooling Print all instrumentation names when muzzled 2019-11-13 14:12:26 -05:00
benchmark Upgradle to gradle 6.0 2019-11-12 16:26:46 -05:00
benchmark-integration Change shell script to work with play 2018-12-14 11:19:17 -05:00
instrumentation Replacing Advice.class references 2019-11-18 16:09:30 -05:00
src Do not delay tracer on OpenJDK8 with JBOSS 2019-11-07 13:45:56 -05:00
testing Fix namespace clashes 2019-11-06 13:58:20 -05:00
README.md
dd-java-agent.gradle Upgradle to gradle 6.0 2019-11-12 16:26:46 -05:00

README.md

Datadog Java Agent for APM