dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
I would like to customize the logic of `extractError` in `DefaultLogHandler`: https://github.com/DataDog/dd-trace-java/blob/a760c687369c971fa38d95c103883ed672394e6c/dd-trace-ot/src/main/java/datadog/opentracing/DefaultLogHandler.java#L45 For that, I can simply create my own custom `LogHandler` and then create a new `DDTracer`: ```scala val...
Using Java 17 and APM agent : For a specific endpoint, i have a strange behaviour : Sometimes my traces are displayed like this : http.path_group : /films/actor_id/notes (with actor_id...
In certain scenarios, it has been observed that enabling the trace feature results in higher memory consumption. We simulated situations involving high concurrency and a substantial number of spans within...
# What Does This Do This POC draft was create to pinpoint the changes will have to add in the current agent code to make re - use it in...
After moving from `dd-java-agent-1.15.3.jar` to `dd-java-agent-1.27.0.jar` we are now hitting the following. Have there been changes in this area to how the agent picks up the Security Provider? ``` [dd.trace...
when the datadog java agent 1.23.0+ is configured 'lein uberjar' freezes indefinitely. it works fine with 1.22.0 or before, OR when `DD_INSTRUMENTATION_TELEMETRY_ENABLED=false` Minimal project to reproduce the issue is attached...
# What Does This Do # Motivation # Additional Notes
### Description When building a Quarkus sample application using Native Image, the following error happens at `step 1/8 Initializing`: ```shell [dd.trace 2024-01-04 14:01:01:643 +0100] [ForkJoinPool-2-worker-9] ERROR datadog.common.version.VersionInfo - No version...
I have a demo with the following basic configuration information: - springboot 1.3.5 - window - jdk1.8.333 - dd-java-gent >= 0.107.0 Run >java -javaagent:dd-java-agent-1.21.0.jar -jar springboot-server2.jar After starting the service...