dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
# What Does This Do This PR adds support for extracting and emitting a unique security_response_id (UUIDv4 format) in AppSec blocking responses, generated by libddwaf `v17.3.0` Implementation flow: 1. **Extraction**...
# What Does This Do Test https://github.com/DataDog/apm-sdks-benchmarks/pull/44 # Motivation # Additional Notes # Contributor Checklist - Format the title [according the contribution guidelines](https://github.com/DataDog/dd-trace-java/blob/master/CONTRIBUTING.md#title-format) - Assign the `type:` and (`comp:` or...
# What Does This Do Enables [Spark Plan metadata parsing](https://github.com/DataDog/dd-trace-java/pull/9783) for all users with Spark instrumentation enabled. # Motivation This has been tested internally for ~2-3 weeks and seems to...
# What Does This Do This PR adds a new Gradle task to ensure that all alias keys in the `supported-configurations.json` file are also defined and documented in the `supportedConfigurations`...
# What Does This Do This PR updates the existing `add_new_configuration.md` docs to include information about the V2 format. # Motivation # Additional Notes # Contributor Checklist - Format the...
# What Does This Do This PR introduces a set of queue implementations in order to replace the JCTools-based queues, eliminating direct usage of sun.misc.Unsafe and providing full compatibility with...
# What Does This Do Set @DataDog/asm-java and @DataDog/apm-idm-java as default owners for `/dd-smoke-tests/play-2.6/` # Motivation https://dd.slack.com/archives/CFDP7Q5NV/p1765355921166009 # Additional Notes # Contributor Checklist - Format the title [according the contribution...
# What Does This Do Add logs capture based on log framework instrumentation that hooks when log event are generated to be written. Log events are sent to Logs backend...
# What Does This Do Refactored Groovy leftovers to Kotlin. # Motivation Kotlin DSL is a better choice for Gradle plugins and configuration # Additional Notes
# What Does This Do Added missing configuration and applied `spotless` to `:buildSrc` module. # Motivation Clean code. # Additional Notes `Spotless` plugin was present before, but as we migrating...