dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
# What Does This Do Enables the "optimized" TagMap by default # Motivation OptimizedTagMap is special HashMap that is designed to be good at common tracer usage patterns. OptimizedTagMap uses...
# What does this PR do? Improves the stability of `TempLocationManagerTest` by fixing timing-related test flakiness. The changes ensure proper timeout handling in the cleanup hook interface and improve test...
# What Does This Do Adds the data-streams-monitoring team to integrations with DSM support. Primarily so that we can be tagged for any test failures which might be caused by...
# What Does This Do There is a deadlock with groovy testing making them flaky. I need time to properly test it and before activating the feature by default. #...
# What Does This Do A bit of clean-up in TagMap # Motivation Making empty static & final to clarify thread safety Removing unnecessary package qualification on forEach parameters #...
# What Does This Do Updates the check for the `Akka` token to ensure it is not blank before use. # Motivation GitHub Actions may encounter permission issues when reading...
Bumps the gh-actions-packages group with 3 updates: [actions/cache](https://github.com/actions/cache), [github/codeql-action](https://github.com/github/codeql-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/cache` from 4.3.0 to 5.0.1 Release notes Sourced from actions/cache's releases. v5.0.1 [!IMPORTANT] actions/cache@v5 runs on the Node.js...
# What Does This Do Make sure we only log injection errors once. We have that info on the span anyway. I also raised the severity to WARN because there...
# What Does This Do Now that our macrobenchmarks have been moved to the `apm-sdks-benchmarks` repo (https://github.com/DataDog/apm-sdks-benchmarks/pull/34), we can remove the local implementation. # Motivation # Additional Notes Before totally...
### Tracer Version(s) 1.53.0 ### Java Version(s) 24, 25 ### JVM Vendor Oracle JDK ### Bug Report Hello, I am not sure if this is an issue or not, but...