dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
# What Does This Do Updates file paths in 3rd party licenses list. # Motivation Some files were moved around and the current paths are no longer accurate. # Contributor...
# What Does This Do Adds functionality to capture AWS Json response/request payload and convert it to span tags while applying expansion and redaction defined rules. # Motivation Having the...
This PR adds a mechanism which allows overriding service name for DSM checkpoints per thread. Stats buckets will be split by service name, so per 1 time interval we may...
# What Does This Do We need more logs to help investigate how run the parametric tests # Motivation Parametric tests timed out most of the time # Additional Notes...
# What Does This Do This PR add two links to the official support page for the customers to get quick support for bug and feature requests. # Motivation We...
# What Does This Do This PR wants to add support for spring reloadable classloader. This kind of classloader is used on spring-boot-devtools and allows to re-apply instrumentations on hot...
I'm trying to get `dd-trace-java` set up for my JVM applications and ran into this error with FFI, hoping someone can help point me in the right direction: ``` [dd.trace...
After upgrading `org.jetbrains.kotlinx:kotlinx-coroutines-core` from version `1.8.1` to version `1.9.0` it seems that traces are no longer being propagated through coroutines. Datadog java agent is `1.40.1` Before:  After: 
Recently we recently started seeing Datadog agent logs [regarding the OOME notifier script](https://github.com/DataDog/dd-trace-java/blob/master/dd-java-agent/agent-crashtracking/src/main/java/com/datadog/crashtracking/OOMENotifierScriptInitializer.java#L46). Below is an example log ``` OOME notifier script value (/service/upload_heap_dump.sh) does not follow the expected format:...
### Test suite `test no fallback results in error for toObservable block` from `dd-java-agent/instrumentation/hystrix-1.4/src/test/groovy/HystrixObservableTest.groovy`. Marked [flaky by CircleCI](https://app.circleci.com/pipelines/github/DataDog/dd-trace-java/40910/workflows/c4b67213-3512-4b17-86f3-3e09ec020627/jobs/1516625/tests) ### Error ``` Expected exception of type 'com.netflix.hystrix.exception.HystrixRuntimeException', but got 'java.util.concurrent.TimeoutException' at...