dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
# 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...
# 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...
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...
# 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...
# 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 - [...
# 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...