dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
Currently Datadog APM does not work with latest version of Couchbase SDK. https://github.com/couchbase/couchbase-jvm-clients This stops customers from adopting Datadog APM and newer versions of Couchbase SDK.
It seems to me that configuration `dd.trace.methods=somepackage.SomeInterface[*]` causes the agent to trace **all methods in all implementations SomeInterface**, not **all methods declared in SomeInterface (in all implementations of SomeInterface)**. Personally...
Hi there, I'm trying to follow a trace through SQS: Service1 -> SQS -> Service2 I've extracted the span_id and trace_id from the span in Service1 and sent it through...
Hello! Hibernate has a new mode/extension called Hibernate Reactive that's meant to be used with Reactive frameworks like Vert.X It recently hit 1.0 so we're trialing it, and I noticed...
Experimental instrumentations for http4s-blaze client and server 0.23.x, and the cats-effect 3.2.x `WorkStealingThreadPool`. These are not enabled by default, but can be enabled by the property `-Ddd.integration.experimental.http4s.enabled=true` or the environment...
Is there a way to upgrade the okhttp version? The one brought by dd-trace-ot in 0.90.0 is 3.14.9 which is a year and a half old. okhttp is used in...
Fix #3158
Hi, I'm not sure if it's the right place to post a question but I'll try it here. We are building a docker container and using the java agent for...