OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Go to file
Gary Huang 96f79a8aba Change the internal storage and handling of trace ID, span ID, and parent IDs' to use String instead of long primitive.
This will allow the java agent to receive unsigned 64 bit integers without overflow.

Also upgraded MsgPack to handle the serialization of such Strings as numbers in JSONs.
2018-07-20 17:19:04 -04:00
.circleci Merge pull request #383 from DataDog/ark/muzzle-hookup 2018-07-14 12:48:07 -04:00
buildSrc Remove muzzle dead code, doc cleanup, and better logging 2018-07-13 16:24:01 -07:00
dd-java-agent Move random port generation to actual usage in tests using listening ports 2018-07-20 11:57:37 -04:00
dd-java-agent-ittests Hook up muzzle to Instrumenter.Default's matcher 2018-07-10 17:26:49 -04:00
dd-trace-api Change the internal storage and handling of trace ID, span ID, and parent IDs' to use String instead of long primitive. 2018-07-20 17:19:04 -04:00
dd-trace-ot Change the internal storage and handling of trace ID, span ID, and parent IDs' to use String instead of long primitive. 2018-07-20 17:19:04 -04:00
gradle Add test build for Java 10. 2018-07-12 13:20:39 -04: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
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.12.0 2018-07-19 20:46:32 -04: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 Remove classloader instrumentation 2018-07-10 17:26:49 -04:00

README.md

Datadog Java APM

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