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

It seems the automatic propagation of `X-Amzn-Trace-Id` does not (always?) work and this seems to be an old issue given https://stackoverflow.com/questions/56377118/aws-x-ray-with-sqs-fanout-pattern Setting other headers or the trace in the body...

Trying to make multiple requests to a service. When I do it in a list , the context is preserved and the traces show up in datadog. Whereas if they're...

inst: akka

As discussed today with @andrewsouthard1 @sallareznov and @cverdier we are going to work soon (days, weeks) on a [http4s](https://github.com/http4s/http4s) instrumentation since this is our http framework of choice @colisweb We'd...

inst: jdbc

# What Does This Do Filters out some Spring Boot sample app libraries "com.netflix.graphql.", "org.antlr.", "org.apache.ibatis.", "org.hibernate.validator.", "org.flywaydb." and "org.springframework.security.config." # Motivation This provides instrumentation time improvement around: 0.26s #...

I'm using [Alpakka](https://doc.akka.io/docs/alpakka-kafka/current/index.html) in a scala service to subscribe to topics. I'm seeing that the `ConsumerRecord`s that are being processed in my `Flow` have the correct header values for `x-datadog-trace-id`...

inst: kafka
inst: akka

In a scala service that uses JDK 16 (adoptopenjdk/openjdk16:jre-16.0.1_9-alpine) I'm seeing the following exception : ```bash [dd.trace 2022-02-16 21:02:18:305 +0000] [BillingEventProcessor-akka.actor.default-dispatcher-25] DEBUG datadog.trace.bootstrap.ExceptionLogger - Failed to handle exception in instrumentation...

I am facing an issue with using auto instrumentation with spring webflux + webclient. Headers are not being propagated to downstream call. In the following commit, `propagate()` line was removed....

We have the `datadog-agent` deployed in Kubernetes as a `daemonset`. Whenever the daemonset managed agent pods are terminated and new pods come up, the java agent fails to deliver metrics...

Hello, I have some problem with propagating root span context to the second service using kinesis. I have followed example repo here: [dd-kinesis](https://github.com/DataDog/dd-trace-java-kinesis-example). I'm using io.opentracing.Tracer#inject to inject headers to...