dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
# What Does This Do This PR refactors and add minor fixes to the java concurrent instrumentations: * Refactor instrumentation per features * Improve virtual threads tests to * No...
# What Does This Do Tries to create a merge commit in GitLab based on the current commit and the closest base branch, and then builds that (this built artifact...
When dd-tracer-java was upgraded to newer version - `1.33.0` automated tests which using Selenium started throwing following error `org.openqa.selenium.InvalidCookieDomainException: invalid cookie domain (Session info: chrome=121.0.6167.184) Build info: version: '4.17.0', revision:...
While trying to send traces by Unix Domain Socket, I set both environment variables DD_AGENT_HOST and DD_TRACE_AGENT_URL. The [documentation](https://docs.datadoghq.com/tracing/trace_collection/library_config/java/#configuration-options) for DD_TRACE_AGENT_URL says: > When set this takes precedence over DD_AGENT_HOST...
Hello Team! We've been trying to get our DBM propagation to work in our JVM service. What we've got so far is this: Environment variables: `DD_DBM_PROPAGATION_MODE=full` `DD_INTEGRATION_JDBC_DATASOURCE_ENABLED=true` `DD_SERVICE_MAPPING=java-aws-sdk:service2-aws,kafka:service2-kafka,postgresql:service1-postgres,redis:service2-redis` I've changed...
### Test suite `test test_failed_maven_run_flaky_retries, v3.9.6` from `datadog.smoketest.MavenSmokeTest`. Marked [flaky by CircleCI](https://app.circleci.com/pipelines/github/DataDog/dd-trace-java/36230/workflows/0b3bab10-92d6-4385-a31c-9232c6b060cf/jobs/1303278/tests) ### Error ``` Condition not satisfied after 15.00 seconds and 37 attempts at spock.util.concurrent.PollingConditions.within(PollingConditions.java:185) at spock.util.concurrent.PollingConditions.eventually(PollingConditions.java:140) at datadog.trace.civisibility.CiVisibilitySmokeTest.waitForCoverages(CiVisibilitySmokeTest.groovy:236)...
### Test suite 1. `test test-succeed-multi-module-legacy-instrumentation, v7.6.4, configCache: false` 2. `test test-succeed-multi-forks-legacy-instrumentation, v7.6.4, configCache: false` 3. `test test-failed-legacy-instrumentation, v7.6.4, configCache: false` 4. `test test-succeed-legacy-instrumentation, v7.6.4, configCache: false` From `datadog.smoketest.GradleDaemonSmokeTest` ###...
# What Does This Do Add StratumManger to deal with SMAP Syntax from [Jakarta Debugging Support for Other Languages](https://jakarta.ee/specifications/debugging/2.0/jdsol-spec-2.0#smap-syntax) Replace the StackTraceElement used to create the vulnerability location with the...
## What does this PR do? Add a new Gitlab CI job that dogfoods the Datadog SCA product ## Motivation @DataDog/software-integrity-and-trust partners with @DataDog/static-analysis to dogfood their SCA product and...
**Agent Version** dd-java-agent:1.33.0 **Describe what happened** The JVM intermittently crashes and logs the following error. **Additional environment details** Java VM: OpenJDK 64-Bit Server VM Corretto-17.0.6.10.1 AWS EKS 1.25 Log ```...