OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Go to file
Nikolay Martynov 0f4e0f40e4 Remove muzzle plugin check for dd clean up threads
This was needed to make sure that we are not leaving threads behind.
Threads were GCed before - but root cause was GC of executor
itself (see previous commit).

Now threads may stay between muzzle tasks if GC doesn't need to run
yes so this check actually creates false positives.
2018-12-05 15:02:44 -05:00
.circleci Enable IBM JVM tests 2018-12-04 17:12:44 -05:00
buildSrc Remove muzzle plugin check for dd clean up threads 2018-12-05 15:02:44 -05:00
dd-java-agent Fix memory leak in WeakMapSuppliers.WeakConcurrent 2018-12-05 15:02:40 -05:00
dd-java-agent-ittests Improve HttpUrlConnection instrumentation 2018-12-04 16:54:48 -05:00
dd-trace-api Fix Ratpack tests that got broken by ExecutorInstrumentation refactoring 2018-11-29 15:21:46 -08:00
dd-trace-ot Move mock/assert deps out of common dependencies 2018-11-30 10:02:26 -08:00
gradle System-rules to 1.19.0 2018-11-30 10:11:48 -08:00
.editorconfig Apply and enforce google checkstyle and formatting 2017-07-12 07:47:19 -07:00
.gitignore Remove examples and cleanup ignores 2018-05-24 11:13:00 +10:00
CONTRIBUTING.md Add import format and remove conditional reformat. 2018-07-31 11:48:26 +10: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 Merge pull request #608 from DataDog/tyler/upgrades 2018-12-03 15:07:36 -08:00
gradle.properties Tune gradle JVM's max metaspace 2018-11-28 12:05:47 -08:00
gradlew Add gradlew to examples and update docs 2017-07-21 17:03:31 -07:00
gradlew.bat Add gradle build scripts. 2017-06-30 11:35:57 -07:00
settings.gradle Merge pull request #487 from DataDog/gary/muzzle-aws-sdk 2018-10-19 15:31:25 -04:00

README.md

Datadog Java APM

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