dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
# What Does This Do A fallback is added in case the `http.route` tag is missing. This is necessary because there are several frameworks where the tag is either not...
# What Does This Do Use JDK 8 by default, explicitly, to allow running gradle with newer JDKs. # Motivation # Additional Notes # Contributor Checklist - Format the title...
# What Does This Do Default telemetry log level to `DEBUG`. # Motivation Our telemetry system has only 3 log levels: `ERROR`, `WARN`, and `DEBUG`, and setting a level is...
# What Does This Do This change adds some documentation explaining how to handle flaky tests when they occur on pull requests. It also removes a few outdated references to...
This PR updates the Gradle dependencies. ⚠️ Don't forget to squash commits before merging. ⚠️ - [ ] Update PR title if a code change is needed to support one...
### Tracer Version(s) 1.50.0~6db7d82c6e ### Java Version(s) 11.0.22+7 ### JVM Vendor Eclipse Adoptium / Temurin ### Bug Report after an automatic upgrade of dd-agent from version `1.49.0~5bfab6549b ` to `1.50.0~6db7d82c6e`...
### Tracer Version(s) 1.49.0 ### Java Version(s) 24.0.1 ### JVM Vendor Eclipse Adoptium / Temurin ### Bug Report Details here: https://github.com/junit-team/junit5/issues/4615 With the JUnit 5.13.0, JUnit platform 1.13.0 and surefire...
# What Does This Do Minor additional follow up changes for https://github.com/DataDog/dd-trace-java/pull/8336 - Remove unused header parsing method stub https://github.com/DataDog/dd-trace-java/pull/8336#pullrequestreview-2822614135 - add capacity to the hashmap for `InferredProxyContext` following up...
Currently when `OtelContext.with` or `OtelContext.get` is called with context key `opentelemetry-baggage-key` (defined in `io.opentelemetry.api.baggage.BaggageContextKey#KEY`) null is returned. Setup: Java agent running with `DD_TRACE_OTEL_ENABLED=true` This key seems to be used by...
### Tracer Version(s) 1.49.0 ### Java Version(s) 24 ### JVM Vendor Oracle GraalVM ### Bug Report ``` 16:52:51 [1/8] Initializing... (8.2s @ 0.80GB) 16:52:51 Java version: 24.0.1+9, vendor version: GraalVM...