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 Supports adding span links to a span that's already been started. Up to this point, we only supported adding span links to a SpanBuilder. #...

I am trying to instrument a Java application orchestrated in an EKS cluster. I've set `DD_AGENT_HOST` as guided in [Kubernetes APM - Trace Collection](https://docs.datadoghq.com/containers/kubernetes/apm/?tab=tcp) docs with the following YAML. ```yaml...

Configuration: - DataDog Java agent: v1.39.1 - jre: Temurin 21.0.2.0.0+13 The latest version of Confluent Kafka libs that works for me is `7.6.3`

# 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...

Hi, now that Spring Boot supports it [[1](https://spring.io/blog/2024/08/29/spring-boot-cds-support-and-project-leyden-anticipation)] [[2](https://spring.io/blog/2023/12/04/cds-with-spring-framework-6-1)] we were hoping to use java CDS to speed up our application start times. In local testing we saw that it...

type: feature request
tag: performance

# What Does This Do Prevent NPE when deleting baggage value by `setBaggageItem("key", null)` # Motivation NPE when trying to remove a baggage item. ``` java.lang.NullPointerException: null at java.base/java.util.concurrent.ConcurrentHashMap.putVal(Unknown Source)...

comp: core
tag: community
comp: opentracing

We get the following warning for some pods: ``` NOTE: Picked up JDK_JAVA_OPTIONS: -XX:MaxGCPauseMillis=4000 -XX:MinRAMPercentage=25 -XX:MaxRAMPercentage=90 -XX:MaxMetaspaceSize=128m -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.port=9012 -Dcom.sun.management.jmxremote.rmi.port=9012 -Djava.rmi.server.hostname=10.239.78.189 -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -Ddatadog.slf4j.simpleLogger.logFile=System.out -Ddatadog.slf4j.simpleLogger.dateTimeFormat="yyyy-MM-dd HH:mm:ss.SSS" -DENV=development Picked...

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

tag: no release notes
comp: tooling

Configuration: - ECS Fargate Deployment 2GB, 1vCPU task Running datadog-agent as a sidecar, version LATEST - Java service details dd-trace-java version:1.39.0 jre- openjdk17 Service running quartz scheduled jobs, quartz DB...

# What Does This Do - Add SSRF exploit prevention check to HttpClientDecorator # Motivation improve Exploit prevention for SSRF coverage # Additional Notes # Contributor Checklist - [ ]...

comp: asm waf