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

Hi DD team, you did a great job to support building agent into GraalVM native image. DD's current agent support is very concise and user friendly. I'm working with GraalVM...

type: question
comp: native-image

We are seeing the following warning, but its not clear how to resolve it, or what the impact is. ``` WARN com.datadog.profiling.controller.openjdk.events.SmapEntryFactory - Smap entry events could not be registered...

comp: profiling

We have several functions that are compiled with GraalVM and deployed to run in Lambda's custom runtime. The Lambda zip bundle contains two files `application` which is the binary generated...

Hi everyone! I have a question about the profile module in the codebase. Specifically, I would like to understand why we use spanId and rootSpanId to correlate profiles with traces...

type: question
comp: profiling

I have been using the `dd.grpc.server.error.statuses` system property to configure how gRPC server spans are marked as errored. In version `v1.43.0`, this property worked as expected. However, after upgrading to...

Using kotlin and netty engine if a client request is aborted in flight, then datadog is reporting no trace. On the client I can reproduce it with: ``` it("cancellation", async...

The `toTraceId()` method on [OTSpanContext](https://github.com/DataDog/dd-trace-java/blob/master/dd-trace-ot/src/main/java/datadog/opentracing/OTSpanContext.java#L17) calls `.toString()` on the `DDTraceId`, which the Javadoc for says ["Returns a 64-bit only decimal String representation of the DDTraceId"](https://github.com/DataDog/dd-trace-java/blob/master/dd-trace-api/src/main/java/datadog/trace/api/DDTraceId.java#L58). So how do we get...

type: question
comp: opentracing

We use datadog agent in native-image graalvm, but when deploy, we get error class not found ``` Nov 20, 2024 @ 10:20:02.241 | [dd.trace 2024-11-20 10:20:02:241 +0700] [dd-profiler-http-dispatcher] ERROR java.util.concurrent.ThreadPoolExecutor$Worker...

type: enhancement
comp: native-image

We record various metrics, such as P95, effective Load, Failure count, and Success Count, which are grouped by URL. https://company.com/admin/reports?page={report_name} where the page query parameter is necessary to identify the...

# Objectives My hope is that this issue will serve to: 1. Assess the Datadog team's interest in supporting the OTel metrics API in dd-trace-java. 2. Provide other members of...

type: feature request
inst: opentelemetry