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

Datadog APM client for Java

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

# What Does This Do Introduced API Security sampling mechanism # Motivation # Additional Notes Jira ticket: [PROJ-IDENT]

comp: asm waf

### Test suite `linsert (5 args)` from `VertxRedisAPIRedisForkedTest` Marked [flaky by CircleCI](https://app.circleci.com/pipelines/github/DataDog/dd-trace-java/35553/workflows/ccad6cce-3b87-4c77-bf6c-766f7a511b4a/jobs/1273342/tests) ### Error Condition not satisfied: VertxRedisTestBase.parentTraceWithCommandAndHandler(VertxRedisTestBase.groovy:116) assert trace.size() == expectedSize | | | | | 4 | 3...

tag: flaky test
inst: vertx

### Test suite `Redirect test` from `SingleThreadedSpringWebfluxTest` Marked [flaky by CircleCI](https://app.circleci.com/pipelines/github/DataDog/dd-trace-java/35556/workflows/d5952be1-45ce-48be-b263-4fc4c393ac57/jobs/1273494/tests) ### Error ``` Condition failed with Exception: assertTraces(4) { sortSpansByStart() // TODO: why order of spans is different in...

tag: flaky test
inst: spring

# What Does This Do Enables sampling rules to be applied to the Java trace agent using Remote Config. Manual testing process documented here: https://docs.google.com/document/d/1M7KLbV7q8mskVJxbT0fdRrgM0qNZjvF8mzuWJM_R4Q0/edit?usp=sharing 1. advise dd agent that...

comp: remote config

# What Does This Do This PR introduces new API (ConfigKey, Capabilities, ConfigurationPoller) and move the existing ones into a dedicated module. It also moves SizeCheckedInputStream into common api as...

tag: do not merge
type: refactoring
tag: experimental
comp: remote config

In PHP client there is possibility to configure the mapping of resource name: [Map resource names to normalized URI](https://docs.datadoghq.com/tracing/trace_collection/library_config/php/#map-resource-names-to-normalized-uri). Please introduce something like this in Java library. Now tags with...

type: feature request

Hi DD team, We've experienced JVM crashes due to segmentation fault with references to dd profiling. It's a containerized application running versions. Tracer version: v1.31.2 Java VM: OpenJDK 64-Bit Server...

type: bug
comp: profiling

# What Does This Do # Motivation # Additional Notes Jira ticket: [PROJ-IDENT]

Instrumentation support for https://github.com/http-kit/http-kit would be greatly appreciated, at least client side.

type: feature request

# What Does This Do Update tests for spring-data-commons to test v3+ # Motivation Part of larger initiative for our tests to cover versions most used by customers # Additional...