Stuart McCulloch
Stuart McCulloch
Hi sorry for the lack of update - support for the JDK HttpClient was added back in [1.11.0](https://github.com/DataDog/dd-trace-java/releases/tag/v1.11.0) Note the current release is [1.21.0](https://github.com/DataDog/dd-trace-java/releases/tag/v1.21.0)
The [1.14.0](https://github.com/DataDog/dd-trace-java/releases/tag/v1.14.0) release contains a number of startup improvements that could help here
Startup overhead was reduced by https://github.com/DataDog/dd-trace-java/pull/5026 - this feature also lets you persist type-matching data using `DD_RESOLVER_CACHE_DIR=` which means less overhead when restarting. There have been further minor improvements since...
Hi, we've released some SQS improvements in version [1.9.0](https://github.com/DataDog/dd-trace-java/releases/tag/v1.9.0) of the Java tracer PR #4730 describes the updated behaviour along with example traces, as well as which switches to use...
Closing as fixed in 1.9.0 with further improvements made in 1.13.0
Closing as stale, this change was applied in #3236
You can add further classes to the exclude list, for example: ``` -Ddd.trace.classes.exclude=javax.management.*,javax.swing.* ``` we'll also take that package into account going forwards
FYI, the change to exclude those `javax` packages by default was merged in #4422 and will be available in the 1.3.0 release.
Hi - since 1.38.1 you can now add the OTel R2DBC instrumentation at runtime to `dd-java-agent`: https://docs.datadoghq.com/opentelemetry/interoperability/instrumentation_libraries/?tab=java For example: ``` # this demo requires Java 21 and Maven 3 on...
Could do something by checking file modification times - btw, pull requests are welcome if you feel like fixing this yourself.