OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Go to file
dougqh 3e2ef885a5 Ensure "client" spans do not set the language tag
The core changes are in Config and ServerDecorator.

Moved default tagging from Config::getRuntimeTags to Config::getLocalRootSpanTags.  This changes the result of Config::getMergedJmxTags as well.

To preserve language for servers changed ServerDecorator::afterStart.

Other changes are in tests - the most complicated part is in TagsAssert::defaultTags.  This now contains a bit too much conditional logic for my liking.
2019-09-03 13:20:50 -04:00
.circleci Run tests on zulu11 2019-06-25 11:31:55 -04:00
.github Fix log message and add ignores 2019-05-24 11:44:10 -07:00
buildSrc Remove project config centrally defined and other misc cleanup 2019-08-22 12:43:13 -07:00
dd-java-agent Ensure "client" spans do not set the language tag 2019-09-03 13:20:50 -04:00
dd-smoke-tests Revert to use waitFor() because java7 doesn't have better option 2019-08-15 11:17:05 -04:00
dd-trace Add a commit to AgentClient to migrate it to okhttp 2019-08-15 11:10:03 -04:00
dd-trace-api Ensure "client" spans do not set the language tag 2019-09-03 13:20:50 -04:00
dd-trace-ext Use lombok builder for Tracer construction. 2019-01-29 15:56:46 -08:00
dd-trace-ot Update Jackson to 2.9.9.3 2019-08-12 16:41:57 -07:00
gradle Merge pull request #956 from DataDog/tyler/play-testing 2019-08-27 12:22:25 -04:00
tooling Copy over dd_jvm_stats.sh from #939 2019-08-20 12:27:36 -07: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 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 Begin 0.33.0 2019-08-30 18:57:25 -04:00
gradle.properties Try doubling the metaspace size to fix check task. 2019-01-04 13:43:40 -08:00
gradlew Update gradle to 5.5.1 2019-07-12 10:07:08 -04:00
gradlew.bat Update gradle to 5.5.1 2019-07-12 10:07:08 -04:00
settings.gradle Update Play instrumentation to work with 2.7 2019-08-22 12:43:13 -07:00

README.md

Datadog Java APM

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