OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Go to file
Tyler Benson e7f0d2db12 Alternate fix for #1319
Turns out the issue wasn't with an empty string returning an empty array, but a string with just `,`.
```
jshell> ",".split(",")
$1 ==> String[0] {  }
```
A non-intuitive edge case in my opinion.
2020-04-07 12:35:20 -04:00
.circleci Apply copy artifact to only master and *-reliability 2020-03-26 13:44:57 +01:00
.github Automatically add assets to release 2020-03-18 17:36:14 -04:00
buildSrc Undo star import 2020-03-26 10:10:32 -04:00
dd-java-agent Alternate fix for #1319 2020-04-07 12:35:20 -04:00
dd-smoke-tests Run profiling tests on zulu8 2020-03-23 08:04:15 -04:00
dd-trace-api Merge branch 'master' into mar-kolya/add-profiling-site-config 2020-04-03 08:03:44 -04:00
dd-trace-ot Depend on netty 3.9 instrumentation 2020-03-26 10:10:32 -04:00
gradle Update gradle to 6.3 2020-04-06 08:08:03 -04:00
tooling Copy over dd_jvm_stats.sh from #939 2019-08-20 12:27:36 -07:00
utils Code review changes 2020-02-10 11:37:36 -08:00
.editorconfig Apply and enforce google checkstyle and formatting 2017-07-12 07:47:19 -07:00
.gitignore Support JFR profiling 2020-02-11 14:55:19 -05:00
.gitmodules Use git submodules to load metrics.yaml files 2019-01-08 10:13:18 -08:00
CONTRIBUTING.md Add compiler settings for Intellij 2020-02-27 14:05:02 -05:00
LICENSE Create LICENSE 2017-07-13 11:10:37 -04:00
LICENSE-3rdparty.csv simple load generator tool 2019-11-07 16:50:23 -05: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 Fix release plugin auth with new version 2020-03-13 12:07:12 -04: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 6.3 2020-04-06 08:08:03 -04:00
settings.gradle Starting to get tests building 2020-03-26 10:10:31 -04:00

README.md

Datadog Java APM

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