dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
### Tracer Version(s) 1.49.0 ### Java Version(s) OpenJDK 64-Bit Server VM Temurin-24.0.1+9 (build 24.0.1+9, mixed mode, sharing) ### JVM Vendor Eclipse Adoptium / Temurin ### Bug Report With the upgrade...
Hello, I am using APM with Spring Boot, and I wanted to try out using [CRaC](https://www.azul.com/products/components/crac/). Using custom code I am able to stop the resources from spring boot(ex tomcat),...
### Tracer Version(s) 1.48.2 ### Java Version(s) 17.0.13, 21.0.7 ### JVM Vendor Eclipse Adoptium / Temurin ### Bug Report JVM processes launched with dd-java-agent 1.48.2 uses significantly more memory (~100-200MiB)...
Move their context and propagator into tracing/api. Refactor tests Simplify context element Fix propagator # What Does This Do # Motivation # Additional Notes # Contributor Checklist - Format the...
### Library Name _No response_ ### Library Version(s) _No response_ ### Describe the feature you'd like JDK 24 has been released but the latest DataDog Java agent doesn't support JDK...
# What Does This Do Re-adds assertion that was removed to fix master branch on https://github.com/DataDog/dd-trace-java/pull/8731/files#diff-895ee41410a61d443a629b6b16bd26015bb63a5dfd1161be772b93a92c6adf97 Properly sets up `InstanceStore` so that [relevant condition](https://github.com/DataDog/dd-trace-java/blob/44de9a3b5172f890ecc3a2b27cee0c106274af77/dd-java-agent/instrumentation/spark/src/main/java/datadog/trace/instrumentation/spark/AbstractDatadogSparkListener.java#L221) gets tested. # Motivation # Additional...
# What Does This Do add exceptionHash and frame index in snapshot attributes # Motivation # Additional Notes # Contributor Checklist - Format the title [according the contribution guidelines](https://github.com/DataDog/dd-trace-java/blob/master/CONTRIBUTING.md#title-format) -...
# What Does This Do # Motivation # Additional Notes # Contributor Checklist - Format the title [according the contribution guidelines](https://github.com/DataDog/dd-trace-java/blob/master/CONTRIBUTING.md#title-format) - Assign the `type:` and (`comp:` or `inst:`) labels...
# What Does This Do Adds custom `X-Datadog-Process-Tags` HTML header to the request to the Datadog Agent. Used for testing for Service Renaming initiative. - these tags are behind a...
# What Does This Do * Use Develocity Test Retry ([docs](https://docs.gradle.com/develocity/gradle-plugin/current/#test_retry)) to retry flaky tests in CI. * Only tests marked as `@Flaky` will be retried. * Failed runs are...