dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
Hi, I would like to ask some questions. I am testing how to send DataDog Java agent trace to my local terminal. But the default trace version is v0.4, and...
We recently upgraded `dd-trace-java` from `1.31.2` to `1.34.0` and have gotten a crash. We've only seen this happens once so far. Not completely sure if this is a Datadog issue...
# What Does This Do Fixes the issue described in https://github.com/DataDog/dd-trace-java/issues/7275 # Motivation # Additional Notes Jira ticket: [PROJ-IDENT]
We observed an issue with the Datadog trace span for outbound http requests using Apache HttpClient5. This span is missing some of the url details info, mainly the host information....
# What Does This Do benchmarks are run only when a file is modified on paths under dd-java-agent/agent-debugger/* # Motivation Benchmarks run for every debugger PR to assess improvement/regression/neutral #...
# What Does This Do On same location, if we have different probes like log or span decoration probe with different characteristics (capture, snapshot, evaluateAt,...), instrumentation needs the correct definition...
# What Does This Do We specially serialize collections/maps into snapshot using interfaces and calling methods like `size()` but we restrict this for JDK collections that are guarantee to be...
# What Does This Do Added new span metrics for Exploit prevention: - `_dd.appsec.rasp.duration` - cumulative runtime in nanoseconds of every call to libddwaf thought a RASP instrumentation with a...
# What Does This Do Refactors `datadog.trace.core.PendingTrace`: - an abstract parent class `TraceCollector` is created - logic that is not related to pending traces buffering is extracted into the parent...
# What Does This Do It switches used span/trace IDs to 128 bits. Today only the traceID is 128b, span is still passed as 64b through context propagation API (but...