dd-trace-java icon indicating copy to clipboard operation
dd-trace-java copied to clipboard

Datadog APM client for Java

Results 571 dd-trace-java issues
Sort by recently updated
recently updated
newest added

# 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...

type: enhancement
comp: core
tag: performance

# 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...

comp: testing
tag: no release notes
type: refactoring

# 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...

tag: no release notes
type: refactoring

# 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. #...

tag: no release notes
inst: java

# 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 #...

type: enhancement
comp: core

# 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...

tag: no release notes
comp: tooling

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...

tag: do not merge
tag: no release notes
tag: dependencies
comp: tooling

# 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...

type: bug
inst: jdbc

# 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...

type: enhancement
tag: no release notes
comp: tooling

### 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...

type: feature request
tag: performance