dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
We are using `java.lang.GroovyClassLoader`, which has a dependency to a cache `org.codehaus.groovy.runtime.memoize.StampedCommonCache` (groovy version 3.0.10). When instrumentation is added, it results in a deadlock. Tried using `dd.trace.classes.exclude=groovy.lang.GroovyClassLoader` (and other combinations),...
Our Java 11 project is based on Play Framework. For database requests we use jOOQ ORM. Running instance faces performance degradation when I enable tracing: - Startup time increases from...
Hello, I'm using the latest 0.98.1 datadog agent and OpenTracing 0.330. I've added custom span for reactive method, and it works as expected in case of low request number, but...
# What Does This Do Add support for long running spans. Allows incomplete spans to be reported to datadog and partial results to be displayed into the live view. As...
tested with 0.97.0 When used with Redisson 3.10+ client, all operations reported as EVAL. when using `opentracing-redis-redisson` library, operations are clear + there's metadata attached, cache name & key name...
I might be misreading the documentation but when I was using DD_TRACE_CONFIG I originally incorrectly assumed that I could also put properties related to the profiler in the .properties file...
***What does the application do*** I have an Apache Flink application running on KDA which consumes messages from kinesis, groups them and write it to a file. After writing, it...
Distributed tracing is not working on batch consumption of kafka messages using Spring cloud stream
Datadog distributed tracing was working fine when we were consuming events one by one from Kafka using spring cloud stream. It was able to use the dd.trace_id available in the...
Hi, I keep getting this error. [dd.trace 2021-04-15 04:27:00:159 +0000] [dd-trace-writer] WARN datadog.trace.agent.common.writer.ddagent.DDAgentApi - Error while sending 1 of 1 (size=1015B) traces to the DD agent. Total: 2043, Received: 2043,...