OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Go to file
Tyler Benson 6ccb0d71d8 Change the scope for the netty client callback
Previously the scope was the http client span, which could result in deep nesting.  Now it is the parent span.

Before
[——————Parent—————]
   [ ^ ———Client—————]
                        [ ^—Child—]

Now:
[——————Parent—————]
   [ ^ —Client—] [ ^—Child—]

Also improve the tests.
2019-07-19 09:26:40 -07: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 legacy transitive dependencies no longer bundled with the JVM from muzzle tests 2019-06-20 21:29:46 -04:00
dd-java-agent Change the scope for the netty client callback 2019-07-19 09:26:40 -07:00
dd-smoke-tests Improve smoke test app log file naming 2019-06-21 12:08:31 -04:00
dd-trace Fix typo 2019-06-06 09:41:36 -04:00
dd-trace-api Add "http.query.string" and "http.fragment.string" to DDTags 2019-06-21 14:05:34 -04:00
dd-trace-ext Use lombok builder for Tracer construction. 2019-01-29 15:56:46 -08:00
dd-trace-ot Merge pull request #917 from DataDog/tyler/null-span-in-scope 2019-07-18 13:43:19 -07:00
gradle Update gradle to 5.5.1 2019-07-12 10:07:08 -04: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 Remove version from gradle wrapper definition 2019-07-16 10:33:07 -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 Merge pull request #914 from DataDog/landerson/google-http-client 2019-07-17 16:17:38 -04:00

README.md

Datadog Java APM

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