dd-trace-java icon indicating copy to clipboard operation
dd-trace-java copied to clipboard

Datadog APM client for Java

Results 483 dd-trace-java issues
Sort by recently updated
recently updated
newest added

We use the datadog java agent to send traces from grpc-java Scala microservices. We have noticed that the spans of two services (A & B where service A calls service...

Hello, Today during update of Datadog APM lib from 0.68 to 0.102 we have noticed java application crush. Example of coredump ``` # A fatal error has been detected by...

Hi guys, i'm getting this error when using the `javax.ws.rs.core.Response` class. `Agent Version: 0.102.0` ``` 13/06/2022 17:46:27 ERROR [http-nio-8084-exec-3] CustomExceptionHandler:Bad Request: Type definition error: [simple type, class datadog.trace.bootstrap.instrumentation.api.AgentSpan]; nested exception...

I am seeing below ClassCastException when Kamon and datadog instrumentation enabled for akka framework application I am using dd-java-agent-0.100.0.jar and kanela-agent-1.0.7.jar ERROR 2022-06-02 16:37:49 Logger : An error occurred while...

inst: akka

Hi, I am getting the Traces in datadog. but these traces are only isready/islive kind of responses. I am not getting any logs and profiler in datadog. these are the...

# Matcher Cache Builder Aims to speedup startup time by using a pre-built matcher cache. It's comprised of two parts: - Matcher Cache Builder CLI - Matcher Cache agent param...

Recently tried enabling AppSec for a Java app but encountered the following error when attempting it: ```log [dd.trace 2022-05-27 04:03:00:928 +0000] [main] CRITICAL com.datadog.appsec.AppSecSystem - AppSec could not start because...

Hi, followed documentation on datadog, I am getting the traces but i am not able to receive the logs on datadog. and i also enabled profiling. and i cant see...

# What Does This Do Not the final state of this PR. The first commit is for discussion purposes, after that I will be making a spring-webmvc test set in...

I am facing out of memory error with below system variables -javaagent:/path/to-dd-java-agent.jar -Ddd.profiling.enabled=true -XX:FlightRecorderOptions=stackdepth=256 -Ddd.logs.injection=true -Ddd.trace.sample.rate=1 -Ddd.service=test-api How to tune these parameters so that it won't throw out of memory...