DataDog / dd-trace-java

Datadog APM client for Java
https://docs.datadoghq.com/tracing/languages/java
Apache License 2.0
573 stars 284 forks source link

Is it possible to reduce the number of threads created by datadog? #7587

Open mesteves1234 opened 2 weeks ago

mesteves1234 commented 2 weeks ago

We are using bridge mode with com.datadoghq:dd-trace-ot:1.35.2 to report traces. Here it is the profiling of my service in terms of threads, the application uses 3 threads to do its job but we 7 threads annotated with [datadog-trace-java]

image