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

**Describe what happened:** When starting the datadog-agent under java 17 it cant find the Unsafe class - ``` Picked up JAVA_TOOL_OPTIONS: -javaagent:./dd-java-agent.jar -XX:FlightRecorderOptions=stackdepth=256 -XX:+UseParallelGC -XX:MaxRAMPercentage=80 OpenJDK 64-Bit Server VM warning:...

For now, dd-trace supports [akka-grpc](https://github.com/akka/akka-grpc) server differently than [grpc-java](https://github.com/grpc/grpc-java) server. dd-trace displays akka-grpc request as a series of HTTP requests when grpc-java request handled correctly and displayed with two spans...

inst: akka

This is a very small PR to address a small change we expect to implement in the JMXFetch lib, by which the `App.run()` method will no longer be static. It...

DataDog support suggested that I post this question here: I've been able to build and deploy a mule3 docker container with DataDog tracing included, but we also run an older...

Is there any way to prevent tracing for gRPC health checks (grpc.health.v1.Health/Check)?

We use a couple of Redis clusters and right now and we would like to see requests on a per instance basis. I noticed that currently this feature already exists...

feature-request
needs-investigation

datadog-tracer-java encountered a problem, and then would keep looping inside that problem. This leads to high cpu usage. [1] Busy(99.9%) thread(56/0x38) stack of java process(7) under user(jetty): "dd-task-scheduler" #42 daemon...

Hi, We recently upgraded 2 of our services from Jetty 9 to 11, and Java library from Javax to Jakarta. We don't see any traces for our rest endpoints. So...

I'm searching for a way to combine request paths with a similar pattern into the same resource name. Similar to #2761, but the use-case is a bit different, I would...