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

# What Does This Do * Skip heartbeat on last telemetry message batch, on message flush. If a heartbeat was needed, it would have been scheduled already. * Include the...

type: enhancement
comp: telemetry

Running keycloak: ``` wget -nc --quiet https://github.com/DataDog/dd-trace-java/releases/download/v1.37.0/dd-java-agent-1.37.0.jar docker run \ -d \ --rm \ --name keycloak \ --network host \ -e KEYCLOAK_ADMIN=admin \ -e KEYCLOAK_ADMIN_PASSWORD=admin \ -e "KC_HTTP_RELATIVE_PATH=/auth" \ -e...

# What Does This Do # Motivation # Additional Notes # Contributor Checklist - [ ] Format the title [according the contribution guidelines](https://github.com/DataDog/dd-trace-java/blob/master/CONTRIBUTING.md#title-format) - [ ] Assign the `type:` and...

Hello, I'm having a couple of issues with the Java trace API. 1. When setting the environment variable `DD_TRACE_ENABLED` to false, the tracing library still attempts to initiate a connection...

We are using bridge mode with com.datadoghq:dd-trace-ot:1.35.2 to report traces. Here it is the profiling of my service in terms of threads, the application uses 3 threads to do its...

# What Does This Do # Motivation # Additional Notes # Contributor Checklist - [ ] Format the title [according the contribution guidelines](https://github.com/DataDog/dd-trace-java/blob/master/CONTRIBUTING.md#title-format) - [ ] Assign the `type:` and...

Am trying to enable tracing with Keycloak 25.0.4. As per https://github.com/DataDog/dd-trace-java/issues/4890 I have set following: 1. JAVA_TOOL_OPTIONS="-javaagent:/opt/dd-java-agent.jar" 2. ENV DD_HTTP_SERVER_ROUTE_BASED_NAMING="false" 3. ENV DD_TRACE_EXECUTORS="org.jboss.threads.EnhancedQueueExecutor" However, am unable to see anything in...

See https://github.com/DataDog/dd-trace-java/blob/51d3ceee8d9a211160df9b0e43d233d7f115fc1a/dd-java-agent/agent-otel/otel-shim/src/main/java/datadog/opentelemetry/shim/trace/OtelTracer.java#L24 Unlike in the [opentracing tracer](https://github.com/DataDog/dd-trace-java/blob/51d3ceee8d9a211160df9b0e43d233d7f115fc1a/dd-java-agent/instrumentation/opentracing/api-0.31/src/main/java/datadog/trace/instrumentation/opentracing31/OTTracer.java#L44) we pass `SPAN_KIND_INTERNAL` as the operationName to the delegate tracer, instead of the span name passed in to `spanBuilder`. Then passes the `spanName`...

type: question
inst: opentelemetry

# What Does This Do # Motivation # Additional Notes # Contributor Checklist - [ ] Format the title [according the contribution guidelines](https://github.com/DataDog/dd-trace-java/blob/master/CONTRIBUTING.md#title-format) - [ ] Assign the `type:` and...

Hello, We integrated Datadog java agent into one of our services and noticed unlimited memory consumption on it. We run the service using the following command: java -javaagent:dd-java-agent.jar -Xms1G -Xmx1G...