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 # Motivation # Additional Notes Jira ticket: [PROJ-IDENT]

# What Does This Do Adds an instrumentation for AWS SDK Step Functions. This enables tracing for when a Lambda function invokes a Step Function. Trace context is injected into...

type: feature request
inst: aws sdk

# What Does This Do # 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...

tag: do not merge
inst: aws sdk

What is the difference between `dd.tags` and `dd.trace.span.tags`? Also, can we pass `DD_TRACE_SPAN_TAGS` environment variable the way we pass `DD_TAGS`? I don't see an envrionment variable equivalent for `dd.trace.span.tags`

# What Does This Do @duncanista pointed out that the Datadog Lambda Extension needs the tracer to send the full 128 bit trace ID back to it when the tracer...

# What Does This Do Changes the default value of the `HTTP_CLIENT_TAG_QUERY_STRING` to have the value of `true` instead of `false` to be consistent with other language defaults. Additionally, we...

type: enhancement
comp: core

# What Does This Do * Set `GITHUB_TOKEN` env var for trivy to use it when downloading its database. * Update trivy-action to use a more recent trivy version and...

tag: no release notes
comp: tooling

# What Does This Do Updated ASM rules to version `1.13.1` # Motivation Enable Exploit Prevention rules (LFI, SQLi and Command injection) # Additional Notes # Contributor Checklist - [...

comp: asm waf

# What Does This Do # 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...

I observed that wrong thread pool is used when I specify scheduler via scheduler parameter in @Scheduled annotation. ``` package com.grainger.etl.jobs.config; import java.util.concurrent.TimeUnit; import lombok.extern.slf4j.Slf4j; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import...