dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
The given function is called from a consume function (Azure Service Bus consumer function). Adding the @Trace annotation will create a new trace, can be seen from APM view, but...
Hi, according to your docs https://docs.datadoghq.com/tracing/setup_overview/compatibility_requirements/java/. There is no support for Vert.x 4.x upgrade. It has implemented many new tracing functionality. It would be appreciated if you can continue with...
I'm trying to set up the distributed tracing with Istio. And confirmed that the envoy issues related HTTP headers like - x-request-id - x-datadog-trace-id - x-datadog-parent-id - x-datadog-sampling-priority and passed...
Hi, recently I tested the latest agent version, i.e. `dd-java-agent-0.100.0.jar` and found in the APM that the `undertow-2.0` instrumentation seems have some problem. Please see this screenshot below, the `undertow_http.request`...
Hi, We are using DataDog java agent with out-of-the-box frameworks integrations. It satisfies most of our needs except the ability to conveniently trace Apache Camel routes. It's a blocker for...
Hi. I can see there is closed issue already: https://github.com/DataDog/dd-trace-java/issues/652 But it looks like agent is still having issues with coroutines support. See code/logs below: ``` import datadog.opentracing.DDSpan import io.opentracing.util.GlobalTracer...
If you await for the deferred returned by coroutine while being in another coroutine your span information is lost and whole span is being recreated as if it was parent...
We are using logback and slf4j, plus logstash to output JSON in our logs. Lately I was working on adding trace id injection. Reading docs here: https://docs.datadoghq.com/tracing/connect_logs_and_traces/java/?tab=slf4jandlogback it looked like...
The Kafka consumer client instrumentation uses a hardcoded service name `kafka` and does not inherit the service name. I think it should inherit the service name given via environment or...
We use the Spring WebFlux project to develop Reactive Java API's. Our API is called by an AWS load balancer having a 30 second timeout. Traces work great under normal...