OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Go to file
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
.circleci Revert "Disable zulu8 test for time being due to test incompatibility" 2019-11-06 10:12:42 -05:00
.github Fix log message and add ignores 2019-05-24 11:44:10 -07:00
buildSrc Add assert to ensure muzzle range not empty and update spring-data 2019-10-23 14:09:01 -07:00
dd-java-agent Replacing Advice.class references 2019-11-18 16:09:30 -05:00
dd-smoke-tests Upgradle to gradle 6.0 2019-11-12 16:26:46 -05:00
dd-trace-api Closing Reader-s 2019-11-15 09:37:45 -05:00
dd-trace-ot Closing Reader-s 2019-11-15 09:37:45 -05:00
gradle Upgradle to gradle 6.0 2019-11-12 16:26:46 -05:00
tooling Copy over dd_jvm_stats.sh from #939 2019-08-20 12:27:36 -07:00
utils Avoid loading `Config` in `DDSpecification` 2019-10-10 12:56:53 -04:00
.editorconfig Apply and enforce google checkstyle and formatting 2017-07-12 07:47:19 -07:00
.gitignore Add crash dumps to gitignore 2019-06-24 12:57:08 -04:00
.gitmodules Use git submodules to load metrics.yaml files 2019-01-08 10:13:18 -08:00
CONTRIBUTING.md Apply suggestions from CR #827 2019-05-17 10:15:03 +02:00
LICENSE Create LICENSE 2017-07-13 11:10:37 -04:00
LICENSE-3rdparty.csv Remove Byteman now that instrumentation is migrated 2017-12-07 13:11:26 -08:00
NOTICE Create NOTICE 2017-07-13 10:16:04 -04:00
README.md Remove documentation from readme and point to official docs 2018-01-31 16:31:25 -08:00
dd-trace-java.gradle Revert artifactory plugin update 2019-11-13 16:11:18 -05:00
gradle.properties Try doubling the metaspace size to fix check task. 2019-01-04 13:43:40 -08:00
gradlew Upgradle to gradle 6.0 2019-11-12 16:26:46 -05:00
gradlew.bat Update gradle to 5.5.1 2019-07-12 10:07:08 -04:00
settings.gradle Upgradle to gradle 6.0 2019-11-12 16:26:46 -05:00

README.md

Datadog Java APM

To use and configure Datadog Java APM, see https://docs.datadoghq.com/tracing/languages/java