dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
Hi, we are looking for a way to map Http headers to custom baggage names: for example: `X-Mycomp-Business-Process-ID` to `mycomp.businessProcessID` `X-Mycomp-Business-Process-Name` to `mycomp.businessProcessIName` I tried using DD_TRACE_HEADER_TAGS but this does...
# What Does This Do Captures the arguments passed for parameters annotated with `@PathParam` and publishes them for the appsec subsystem. Also some refactoring wrt manual muzzling.
Hello, We have a custom database driver that hides some complexity (sharding, loadbalancing, etc) over our MSSQL servers and we've noticed that the instrumentation from the DD agent isn't the...
# What Does This Do Attempts to add support for the Java 11 HttpClient # Motivation Address long standing issue - ISSUE-1478 # Additional Notes
# What Does This Do # Motivation # Additional Notes
Noticed the following warning on startup after having moved to Graviton2: ``` CRITICAL com.datadog.appsec.powerwaf.LibSqreenInitialization - AppSec could not load libddwaf native library, as a result, AppSec could not start.... ```...
I'm experiencing issues with where in my Datadog logs for a java service, I'm seeing dd.trace entries which are not being parsed and additionally are being categorized as errors. I've...
Good morning, After adding the Datadog agent to a spring-boot service we started to see core dumps in this service. These are de options printed by the agent when it...
I've noticed that traces finished in an exception handler don't land in DataDog as they are (supposedly) not flushed before the whole app terminates. It's unfortunate as that makes some...
It seems like the `OTSpan` implementation doesn't fully support the [Tag interface](https://github.com/opentracing/opentracing-java/blob/a8557d7c7a56210cbcf6bc518fe24b32923aa66f/opentracing-api/src/main/java/io/opentracing/tag/Tag.java#L18-L21) for adding tags of custom types to a span. Specifically, `Tag#set` is not called to allow a tag...