OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Go to file
Nikolay Martynov 3b0e769e88 Fix helper injection in context provider
Currently helpers will not be injected if instrumentation doesn't
apply. Unfortunately it is possible for some classes to have context
fields added even if instrumentation is not allied (i.g. instrumented
classes are not used). Fix this by always injecting all helpers if we
inject context fields.
2019-03-26 15:53:34 -04:00
.circleci Support Unix Domain Socket proxy to send traces 2019-03-15 11:36:44 -07:00
buildSrc Add log output to help CI not time out for long tasks 2019-02-07 11:03:19 -08:00
dd-java-agent Fix helper injection in context provider 2019-03-26 15:53:34 -04:00
dd-smoke-tests Increase time we wait for smoke tests servers to start up 2019-02-26 13:33:50 -05:00
dd-trace Review fixes 2019-02-08 14:00:14 -08:00
dd-trace-api Improve and adjust code coverage 2019-03-21 09:55:21 -07:00
dd-trace-ext Use lombok builder for Tracer construction. 2019-01-29 15:56:46 -08:00
dd-trace-ot Review changes. 2019-03-21 08:10:36 -07:00
gradle Remove unnecessary license checker 2019-02-22 13:42:43 -08:00
utils/gc-utils Stop making hard references in HelperInjector 2019-02-27 19:09:01 -08:00
.editorconfig Apply and enforce google checkstyle and formatting 2017-07-12 07:47:19 -07:00
.gitignore Ensure jenv java-version doesnt get committed 2019-01-31 13:51:39 +11:00
.gitmodules Use git submodules to load metrics.yaml files 2019-01-08 10:13:18 -08: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 Begin 0.27.0 2019-03-25 15:10:48 -07:00
gradle.properties Try doubling the metaspace size to fix check task. 2019-01-04 13:43:40 -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 Fix cassandra supported version 2019-03-21 17:57:08 -07:00

README.md

Datadog Java APM

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