- Notifications
You must be signed in to change notification settings - Fork 313
Remove process information from JFR recording #8661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you extend the smoke test (
Line 339 in 063a99c
// Only non-Oracle JDK 8+ JVMs support custom DD events |
jdk.SystemProcess
events any more? Extend smoke test to check that process information is not collected
Thanks for the guidance, I adjusted the test. |
Hi! 👋 Thanks for your pull request! 🎉 To help us review it, please make sure to:
If you need help, please check our contributing guidelines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this.
LGTM!
BenchmarksStartupParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 66 metrics, 5 unstable metrics. Startup time reports for petclinicgantt title petclinic - global startup overhead: candidate=1.48.0-SNAPSHOT~4d360e863e, baseline=1.48.0-SNAPSHOT~6d284ce182 dateFormat X axisFormat %s section tracing Agent [baseline] (1.056 s) : 0, 1055608 Total [baseline] (10.517 s) : 0, 10517312 Agent [candidate] (1.061 s) : 0, 1060649 Total [candidate] (10.507 s) : 0, 10506886 section appsec Agent [baseline] (1.192 s) : 0, 1191613 Total [baseline] (10.748 s) : 0, 10748481 Agent [candidate] (1.195 s) : 0, 1195039 Total [candidate] (10.803 s) : 0, 10803061 section iast Agent [baseline] (1.188 s) : 0, 1188245 Total [baseline] (11.066 s) : 0, 11065970 Agent [candidate] (1.181 s) : 0, 1181253 Total [candidate] (11.047 s) : 0, 11047023 section profiling Agent [baseline] (1.281 s) : 0, 1281272 Total [baseline] (10.921 s) : 0, 10920663 Agent [candidate] (1.28 s) : 0, 1280032 Total [candidate] (10.97 s) : 0, 10969605
gantt title petclinic - break down per module: candidate=1.48.0-SNAPSHOT~4d360e863e, baseline=1.48.0-SNAPSHOT~6d284ce182 dateFormat X axisFormat %s section tracing BytebuddyAgent [baseline] (721.516 ms) : 0, 721516 BytebuddyAgent [candidate] (723.556 ms) : 0, 723556 GlobalTracer [baseline] (239.885 ms) : 0, 239885 GlobalTracer [candidate] (241.368 ms) : 0, 241368 AppSec [baseline] (54.756 ms) : 0, 54756 AppSec [candidate] (54.7 ms) : 0, 54700 Debugger [baseline] (4.406 ms) : 0, 4406 Debugger [candidate] (4.468 ms) : 0, 4468 Remote Config [baseline] (751.217 µs) : 0, 751 Remote Config [candidate] (705.909 µs) : 0, 706 Telemetry [baseline] (13.746 ms) : 0, 13746 Telemetry [candidate] (15.249 ms) : 0, 15249 section appsec BytebuddyAgent [baseline] (736.255 ms) : 0, 736255 BytebuddyAgent [candidate] (738.023 ms) : 0, 738023 GlobalTracer [baseline] (235.391 ms) : 0, 235391 GlobalTracer [candidate] (235.892 ms) : 0, 235892 AppSec [baseline] (175.867 ms) : 0, 175867 AppSec [candidate] (176.581 ms) : 0, 176581 Debugger [baseline] (4.265 ms) : 0, 4265 Debugger [candidate] (4.292 ms) : 0, 4292 Remote Config [baseline] (645.175 µs) : 0, 645 Remote Config [candidate] (639.282 µs) : 0, 639 Telemetry [baseline] (8.214 ms) : 0, 8214 Telemetry [candidate] (8.248 ms) : 0, 8248 IAST [baseline] (21.236 ms) : 0, 21236 IAST [candidate] (21.72 ms) : 0, 21720 section iast BytebuddyAgent [baseline] (844.646 ms) : 0, 844646 BytebuddyAgent [candidate] (838.314 ms) : 0, 838314 GlobalTracer [baseline] (230.517 ms) : 0, 230517 GlobalTracer [candidate] (230.205 ms) : 0, 230205 AppSec [baseline] (55.974 ms) : 0, 55974 AppSec [candidate] (56.187 ms) : 0, 56187 Debugger [baseline] (4.19 ms) : 0, 4190 Debugger [candidate] (4.145 ms) : 0, 4145 Remote Config [baseline] (617.215 µs) : 0, 617 Remote Config [candidate] (608.754 µs) : 0, 609 Telemetry [baseline] (8.87 ms) : 0, 8870 Telemetry [candidate] (8.668 ms) : 0, 8668 IAST [baseline] (22.873 ms) : 0, 22873 IAST [candidate] (22.69 ms) : 0, 22690 section profiling ProfilingAgent [baseline] (103.484 ms) : 0, 103484 ProfilingAgent [candidate] (103.213 ms) : 0, 103213 BytebuddyAgent [baseline] (711.599 ms) : 0, 711599 BytebuddyAgent [candidate] (712.188 ms) : 0, 712188 GlobalTracer [baseline] (351.718 ms) : 0, 351718 GlobalTracer [candidate] (351.428 ms) : 0, 351428 AppSec [baseline] (54.522 ms) : 0, 54522 AppSec [candidate] (53.538 ms) : 0, 53538 Debugger [baseline] (4.347 ms) : 0, 4347 Debugger [candidate] (4.271 ms) : 0, 4271 Remote Config [baseline] (722.112 µs) : 0, 722 Remote Config [candidate] (711.404 µs) : 0, 711 Telemetry [baseline] (9.102 ms) : 0, 9102 Telemetry [candidate] (8.973 ms) : 0, 8973 Profiling [baseline] (103.511 ms) : 0, 103511 Profiling [candidate] (103.238 ms) : 0, 103238 Startup time reports for insecure-bankgantt title insecure-bank - global startup overhead: candidate=1.48.0-SNAPSHOT~4d360e863e, baseline=1.48.0-SNAPSHOT~6d284ce182 dateFormat X axisFormat %s section tracing Agent [baseline] (1.053 s) : 0, 1053282 Total [baseline] (8.687 s) : 0, 8687073 Agent [candidate] (1.055 s) : 0, 1054560 Total [candidate] (8.683 s) : 0, 8683134 section iast Agent [baseline] (1.182 s) : 0, 1181644 Total [baseline] (9.258 s) : 0, 9258235 Agent [candidate] (1.18 s) : 0, 1180080 Total [candidate] (9.291 s) : 0, 9291141 section iast_HARDCODED_SECRET_DISABLED Agent [baseline] (1.181 s) : 0, 1180842 Total [baseline] (9.235 s) : 0, 9235030 Agent [candidate] (1.181 s) : 0, 1181462 Total [candidate] (9.242 s) : 0, 9242077 section iast_TELEMETRY_OFF Agent [baseline] (1.177 s) : 0, 1176503 Total [baseline] (9.249 s) : 0, 9248679 Agent [candidate] (1.185 s) : 0, 1184585 Total [candidate] (9.292 s) : 0, 9291815
gantt title insecure-bank - break down per module: candidate=1.48.0-SNAPSHOT~4d360e863e, baseline=1.48.0-SNAPSHOT~6d284ce182 dateFormat X axisFormat %s section tracing BytebuddyAgent [baseline] (719.869 ms) : 0, 719869 BytebuddyAgent [candidate] (720.456 ms) : 0, 720456 GlobalTracer [baseline] (239.362 ms) : 0, 239362 GlobalTracer [candidate] (239.611 ms) : 0, 239611 AppSec [baseline] (54.953 ms) : 0, 54953 AppSec [candidate] (55.176 ms) : 0, 55176 Debugger [baseline] (4.38 ms) : 0, 4380 Debugger [candidate] (4.431 ms) : 0, 4431 Remote Config [baseline] (707.198 µs) : 0, 707 Remote Config [candidate] (703.111 µs) : 0, 703 Telemetry [baseline] (13.489 ms) : 0, 13489 Telemetry [candidate] (13.637 ms) : 0, 13637 section iast BytebuddyAgent [baseline] (839.45 ms) : 0, 839450 BytebuddyAgent [candidate] (837.378 ms) : 0, 837378 GlobalTracer [baseline] (229.626 ms) : 0, 229626 GlobalTracer [candidate] (229.496 ms) : 0, 229496 IAST [baseline] (22.612 ms) : 0, 22612 IAST [candidate] (22.717 ms) : 0, 22717 AppSec [baseline] (55.993 ms) : 0, 55993 AppSec [candidate] (56.411 ms) : 0, 56411 Debugger [baseline] (4.167 ms) : 0, 4167 Debugger [candidate] (4.194 ms) : 0, 4194 Remote Config [baseline] (612.849 µs) : 0, 613 Remote Config [candidate] (618.068 µs) : 0, 618 Telemetry [baseline] (8.768 ms) : 0, 8768 Telemetry [candidate] (8.798 ms) : 0, 8798 section iast_HARDCODED_SECRET_DISABLED BytebuddyAgent [baseline] (838.431 ms) : 0, 838431 BytebuddyAgent [candidate] (838.558 ms) : 0, 838558 GlobalTracer [baseline] (229.942 ms) : 0, 229942 GlobalTracer [candidate] (230.189 ms) : 0, 230189 IAST [baseline] (22.738 ms) : 0, 22738 IAST [candidate] (22.812 ms) : 0, 22812 AppSec [baseline] (55.63 ms) : 0, 55630 AppSec [candidate] (55.75 ms) : 0, 55750 Debugger [baseline] (4.16 ms) : 0, 4160 Debugger [candidate] (4.165 ms) : 0, 4165 Remote Config [baseline] (605.611 µs) : 0, 606 Remote Config [candidate] (621.996 µs) : 0, 622 Telemetry [baseline] (8.851 ms) : 0, 8851 Telemetry [candidate] (8.831 ms) : 0, 8831 section iast_TELEMETRY_OFF BytebuddyAgent [baseline] (834.734 ms) : 0, 834734 BytebuddyAgent [candidate] (841.183 ms) : 0, 841183 GlobalTracer [baseline] (229.736 ms) : 0, 229736 GlobalTracer [candidate] (230.801 ms) : 0, 230801 IAST [baseline] (22.963 ms) : 0, 22963 IAST [candidate] (22.468 ms) : 0, 22468 AppSec [baseline] (55.203 ms) : 0, 55203 AppSec [candidate] (56.186 ms) : 0, 56186 Debugger [baseline] (4.164 ms) : 0, 4164 Debugger [candidate] (4.156 ms) : 0, 4156 Remote Config [baseline] (608.665 µs) : 0, 609 Remote Config [candidate] (609.569 µs) : 0, 610 Telemetry [baseline] (8.609 ms) : 0, 8609 Telemetry [candidate] (8.657 ms) : 0, 8657 LoadParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 14 metrics, 16 unstable metrics. Request duration reports for petclinicgantt title petclinic - request duration [CI 0.99] : candidate=1.48.0-SNAPSHOT~4d360e863e, baseline=1.48.0-SNAPSHOT~6d284ce182 dateFormat X axisFormat %s section baseline no_agent (1.35 ms) : 1330, 1370 . : milestone, 1350, appsec (1.754 ms) : 1730, 1778 . : milestone, 1754, appsec_no_iast (1.738 ms) : 1713, 1763 . : milestone, 1738, code_origins (1.718 ms) : 1691, 1746 . : milestone, 1718, iast (1.515 ms) : 1490, 1540 . : milestone, 1515, profiling (1.56 ms) : 1536, 1585 . : milestone, 1560, tracing (1.537 ms) : 1513, 1562 . : milestone, 1537, section candidate no_agent (1.367 ms) : 1347, 1387 . : milestone, 1367, appsec (1.738 ms) : 1715, 1762 . : milestone, 1738, appsec_no_iast (1.752 ms) : 1729, 1775 . : milestone, 1752, code_origins (1.71 ms) : 1683, 1738 . : milestone, 1710, iast (1.535 ms) : 1512, 1559 . : milestone, 1535, profiling (1.533 ms) : 1510, 1556 . : milestone, 1533, tracing (1.508 ms) : 1484, 1532 . : milestone, 1508,
Request duration reports for insecure-bankgantt title insecure-bank - request duration [CI 0.99] : candidate=1.48.0-SNAPSHOT~4d360e863e, baseline=1.48.0-SNAPSHOT~6d284ce182 dateFormat X axisFormat %s section baseline no_agent (389.047 µs) : 369, 409 . : milestone, 389, iast (515.941 µs) : 494, 538 . : milestone, 516, iast_FULL (738.263 µs) : 716, 760 . : milestone, 738, iast_GLOBAL (564.575 µs) : 542, 587 . : milestone, 565, iast_HARDCODED_SECRET_DISABLED (521.168 µs) : 499, 543 . : milestone, 521, iast_INACTIVE (464.138 µs) : 443, 485 . : milestone, 464, iast_TELEMETRY_OFF (502.702 µs) : 481, 524 . : milestone, 503, tracing (466.776 µs) : 446, 488 . : milestone, 467, section candidate no_agent (385.179 µs) : 365, 405 . : milestone, 385, iast (516.715 µs) : 495, 539 . : milestone, 517, iast_FULL (737.346 µs) : 715, 759 . : milestone, 737, iast_GLOBAL (563.074 µs) : 541, 585 . : milestone, 563, iast_HARDCODED_SECRET_DISABLED (513.569 µs) : 492, 535 . : milestone, 514, iast_INACTIVE (464.331 µs) : 443, 486 . : milestone, 464, iast_TELEMETRY_OFF (506.565 µs) : 485, 528 . : milestone, 507, tracing (464.76 µs) : 444, 485 . : milestone, 465,
DacapoParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 11 metrics, 1 unstable metrics. Execution time for biojavagantt title biojava - execution time [CI 0.99] : candidate=1.48.0-SNAPSHOT~4d360e863e, baseline=1.48.0-SNAPSHOT~6d284ce182 dateFormat X axisFormat %s section baseline no_agent (15.56 s) : 15560000, 15560000 . : milestone, 15560000, appsec (14.812 s) : 14812000, 14812000 . : milestone, 14812000, iast (19.033 s) : 19033000, 19033000 . : milestone, 19033000, iast_GLOBAL (18.017 s) : 18017000, 18017000 . : milestone, 18017000, profiling (15.545 s) : 15545000, 15545000 . : milestone, 15545000, tracing (14.984 s) : 14984000, 14984000 . : milestone, 14984000, section candidate no_agent (14.916 s) : 14916000, 14916000 . : milestone, 14916000, appsec (14.914 s) : 14914000, 14914000 . : milestone, 14914000, iast (18.773 s) : 18773000, 18773000 . : milestone, 18773000, iast_GLOBAL (18.056 s) : 18056000, 18056000 . : milestone, 18056000, profiling (15.65 s) : 15650000, 15650000 . : milestone, 15650000, tracing (14.948 s) : 14948000, 14948000 . : milestone, 14948000,
Execution time for tomcatgantt title tomcat - execution time [CI 0.99] : candidate=1.48.0-SNAPSHOT~4d360e863e, baseline=1.48.0-SNAPSHOT~6d284ce182 dateFormat X axisFormat %s section baseline no_agent (1.476 ms) : 1465, 1488 . : milestone, 1476, appsec (2.381 ms) : 2335, 2428 . : milestone, 2381, iast (2.149 ms) : 2091, 2208 . : milestone, 2149, iast_GLOBAL (2.197 ms) : 2139, 2256 . : milestone, 2197, profiling (2.481 ms) : 2301, 2662 . : milestone, 2481, tracing (1.979 ms) : 1934, 2024 . : milestone, 1979, section candidate no_agent (1.476 ms) : 1464, 1487 . : milestone, 1476, appsec (2.371 ms) : 2325, 2418 . : milestone, 2371, iast (2.148 ms) : 2090, 2207 . : milestone, 2148, iast_GLOBAL (2.199 ms) : 2140, 2258 . : milestone, 2199, profiling (2.013 ms) : 1965, 2061 . : milestone, 2013, tracing (1.984 ms) : 1938, 2029 . : milestone, 1984,
|
| Package | Type | Package file | Manager | Update | Change | |---|---|---|---|---|---| | org.flywaydb.flyway | plugin | misk/gradle/libs.versions.toml | gradle | minor | `11.6.0` -> `11.7.0` | | [com.squareup.okio:okio-fakefilesystem](https://github.com/square/okio) | dependencies | misk/gradle/libs.versions.toml | gradle | minor | `3.10.2` -> `3.11.0` | | [com.squareup.okio:okio](https://github.com/square/okio) | dependencies | misk/gradle/libs.versions.toml | gradle | minor | `3.10.2` -> `3.11.0` | | [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | plugin | misk/gradle/libs.versions.toml | gradle | minor | `2.15.0` -> `2.16.0` | | [com.datadoghq:dd-trace-api](https://github.com/datadog/dd-trace-java) | dependencies | misk/gradle/libs.versions.toml | gradle | minor | `1.47.3` -> `1.48.1` | | [com.datadoghq:dd-trace-ot](https://github.com/datadog/dd-trace-java) | dependencies | misk/gradle/libs.versions.toml | gradle | minor | `1.47.3` -> `1.48.1` | | [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.18` -> `2.31.20` | | [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.18` -> `2.31.20` | | [software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.18` -> `2.31.20` | | [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.18` -> `2.31.20` | | [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.18` -> `2.31.20` | | [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.18` -> `2.31.20` | | [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.18` -> `2.31.20` | --- ### Release Notes <details> <summary>square/okio (com.squareup.okio:okio-fakefilesystem)</summary> ### [`v3.11.0`](https://github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3110) *2025-04-09* - Fix: Clear the deflater's byte array reference - New: Faster implementation of `String.decodeHex()` on Kotlin/JS. - New: Declare `EXACTLY_ONCE` execution for blocks like `Closeable.use {}` and `FileSystem.read {}`. - Upgrade: \[Kotlin 2.1.20]\[kotlin\_2\_1\_20]. </details> <details> <summary>autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)</summary> ### [`v2.16.0`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-2160) - \[Feat]: support `com.android.test` projects. - \[Feat]: support typesafe project accessors with opt-in. ```kotlin dependencyAnalysis { useTypesafeProjectAccessors(true) // false by default } ``` </details> <details> <summary>datadog/dd-trace-java (com.datadoghq:dd-trace-api)</summary> ### [`v1.48.1`](https://github.com/DataDog/dd-trace-java/releases/tag/v1.48.1): 1.48.1 ### Components #### Tracer internal logging - 🐛 Remove print line causing unnecessary logs ([#​8687](DataDog/dd-trace-java#8687) - [@​sarahchen6](https://github.com/sarahchen6)) ### [`v1.48.0`](https://github.com/DataDog/dd-trace-java/releases/tag/v1.48.0): 1.48.0 ### Known Bugs > \[!NOTE] > If you are experiencing issues with spamming timeout logs, please update to the [latest version](https://github.com/DataDog/dd-trace-java/releases/latest) or set [JDK_SOCKET_ENABLED](https://github.com/DataDog/dd-trace-java/blob/33fc3c9a9b7cda3beda88b8b3e5224ae2b10764a/dd-trace-api/src/main/java/datadog/trace/api/config/GeneralConfig.java#L98) to false. ### Components #### Application Security Management (IAST) - ✨ Fix vulnerability location org.jose4j.lang.HashUtil ([#​8610](DataDog/dd-trace-java#8610) - [@​jandro996](https://github.com/jandro996)) - ✨ Fix weak randomness in oracle.ucp.util.OpaqueString ([#​8609](DataDog/dd-trace-java#8609) - [@​jandro996](https://github.com/jandro996)) - ✨ Fix weak hash false positive in oracle.security.o5logon.O5Logon ([#​8608](DataDog/dd-trace-java#8608) - [@​jandro996](https://github.com/jandro996)) - 🐛 Prevent before callsites targeting constructors in super calls ([#​8549](DataDog/dd-trace-java#8549) - [@​manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez)) #### Application Security Management (WAF) - ✨ Update login events public SDK to V2 ([#​8620](DataDog/dd-trace-java#8620) - [@​manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez)) - 🐛 Send RASP LFI capability only when AppSec is statically enabled ([#​8573](DataDog/dd-trace-java#8573) - [@​jandro996](https://github.com/jandro996)) - ✨ Improve detection of missing request end events ([#​8510](DataDog/dd-trace-java#8510) - [@​smola](https://github.com/smola)) - 🧹 Remove remote configuration for API Security sampling rate ([#​8486](DataDog/dd-trace-java#8486) - [@​smola](https://github.com/smola)) - ✨ Add setUser to user monitoring SDK ([#​8482](DataDog/dd-trace-java#8482) - [@​manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez)) - ✨ Add missing address for signup event ([#​8469](DataDog/dd-trace-java#8469) - [@​manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez)) - ✨ Allow login events SDK to be used with appsec disabled ([#​8464](DataDog/dd-trace-java#8464) - [@​manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez)) - ✨ Add support for endpoint discovery in spring mvc ([#​8352](DataDog/dd-trace-java#8352) - [@​manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez)) - ✨ New API Security sampling algorithm ([#​8178](DataDog/dd-trace-java#8178) - [@​ValentinZakharov](https://github.com/ValentinZakharov)) #### Build & Tooling - ✨ Add buffer size customizability to JDK UDS support ([#​8629](DataDog/dd-trace-java#8629) - [@​sarahchen6](https://github.com/sarahchen6)) - ✨ Add JDK built-in support for UDS on Java 16+ ([#​8314](DataDog/dd-trace-java#8314) - [@​sarahchen6](https://github.com/sarahchen6)) #### Configuration at Runtime - 🐛 Send RASP LFI capability only when AppSec is statically enabled ([#​8573](DataDog/dd-trace-java#8573) - [@​jandro996](https://github.com/jandro996)) #### Continuous Integration Visibility - 🐛 Prevent double reporting of Scalatest events when using SBT with test forking ([#​8682](DataDog/dd-trace-java#8682) - [@​nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog)) - 🐛 Shutdown CI Visibility test event handlers before tracer ([#​8677](DataDog/dd-trace-java#8677) - [@​nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog)) - 🐛 Do not apply JUnit 4 instrumentation to MUnit runners ([#​8675](DataDog/dd-trace-java#8675), [#​8683](DataDog/dd-trace-java#8683) - [@​nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog)) - ✨ Remove error log when source path resolution fails on isModified check ([#​8663](DataDog/dd-trace-java#8663) - [@​daniel-mohedano](https://github.com/daniel-mohedano)) - ✨ Implement tests reordering for JUnit 4 ([#​8650](DataDog/dd-trace-java#8650) - [@​daniel-mohedano](https://github.com/daniel-mohedano)) - 🐛 Set default Attempt to Fix retries if none provided from the backend ([#​8615](DataDog/dd-trace-java#8615) - [@​daniel-mohedano](https://github.com/daniel-mohedano)) - ✨ Allow to manually set PR info ([#​8566](DataDog/dd-trace-java#8566) - [@​nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog)) - 🐛 Fix Test Optimization init when repo root cannot be determined ([#​8533](DataDog/dd-trace-java#8533) - [@​nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog)) - ✨ Add capabilities tagging ([#​8499](DataDog/dd-trace-java#8499), [#​8540](DataDog/dd-trace-java#8540) - [@​daniel-mohedano](https://github.com/daniel-mohedano)) #### Crash tracking - 🐛 Remove dependency on bash from crash/oome uploder scripts ([#​8652](DataDog/dd-trace-java#8652) - [@​jbachorik](https://github.com/jbachorik)) #### Data Streams Monitoring - ✨ e2e pipeline configuration when data jobs is enabled ([#​8553](DataDog/dd-trace-java#8553) - [@​kr-igor](https://github.com/kr-igor)) #### Dynamic Instrumentation - 🐛 Fix In-Product when config is empty ([#​8679](DataDog/dd-trace-java#8679) - [@​jpbempel](https://github.com/jpbempel)) - ✨ Add support for filtering shaded third-party libs ([#​8612](DataDog/dd-trace-java#8612) - [@​jpbempel](https://github.com/jpbempel)) - ✨ Add In-Product Enablement ([#​8587](DataDog/dd-trace-java#8587) - [@​jpbempel](https://github.com/jpbempel)) - ✨⚡ Reduce footprint of SourceFile tracking ([#​8524](DataDog/dd-trace-java#8524) - [@​jpbempel](https://github.com/jpbempel)) - ✨⚡ Optimize the SourceFile tracking ([#​8520](DataDog/dd-trace-java#8520) - [@​jpbempel](https://github.com/jpbempel)) #### OpenTracing - 🧹 Remove activeScope() use in OpenTracing shim ([#​8478](DataDog/dd-trace-java#8478) - [@​mcculls](https://github.com/mcculls)) #### Profiling - ✨ Add profiler env check command to AgentCLI ([#​8671](DataDog/dd-trace-java#8671) - [@​jbachorik](https://github.com/jbachorik)) - ✨ Bump ddprof to 1.23.0 ([#​8668](DataDog/dd-trace-java#8668) - [@​jbachorik](https://github.com/jbachorik)) - Fix a crash related to ElfParser::loadSymbolTable ([#​191](DataDog/dd-trace-java#191)) by [@​yanglong1010](https://github.com/yanglong1010) in DataDog/java-profiler#192 - Unwind String.indexOf intrinsic on AArch64 by [@​MattAlp](https://github.com/MattAlp) in DataDog/java-profiler#193 - Fix Java 24 support by [@​jbachorik](https://github.com/jbachorik) in DataDog/java-profiler#194 - A set of fixes related to clang, aarch64 and musl pecularities of vmstructs stack unwinder by [@​jbachorik](https://github.com/jbachorik) in DataDog/java-profiler#199 - 🐛 Remove process information from JFR recording ([#​8661](DataDog/dd-trace-java#8661) - [@​r1viollet](https://github.com/r1viollet)) - 🐛 Make TempLocationManager USER aware ([#​8605](DataDog/dd-trace-java#8605) - [@​jbachorik](https://github.com/jbachorik)) - ✨ Extract git tags from embedded git.properties and datadog_git.properties ([#​8561](DataDog/dd-trace-java#8561) - [@​wmouchere](https://github.com/wmouchere)) #### Telemetry - 🐛 Fix appsec.rasp.error and appsec.waf.error telemetry metrics ([#​8624](DataDog/dd-trace-java#8624) - [@​jandro996](https://github.com/jandro996)) - ✨ Create metric: appsec.rasp.rule.skipped ([#​8618](DataDog/dd-trace-java#8618) - [@​jandro996](https://github.com/jandro996)) - ✨ Extract git tags from embedded git.properties and datadog_git.properties ([#​8561](DataDog/dd-trace-java#8561) - [@​wmouchere](https://github.com/wmouchere)) #### Testing - 🧹 Simplify ssi tests one-pipeline ([#​8558](DataDog/dd-trace-java#8558) - [@​robertomonteromiguel](https://github.com/robertomonteromiguel)) - ✨ Add smoke tests for java's concurrent API ([#​8438](DataDog/dd-trace-java#8438) - [@​sarahchen6](https://github.com/sarahchen6)) #### Trace context propagation - ✨ Adding Support for `TRACE_PROPAGATION_BEHAVIOR_EXTRACT` ([#​8535](DataDog/dd-trace-java#8535) - [@​mhlidd](https://github.com/mhlidd)) #### Tracer core - 🐛 Ensure shaded helpers have unique names ([#​8559](DataDog/dd-trace-java#8559) - [@​amarziali](https://github.com/amarziali)) - ✨ Support common config sources for user-provided git info ([#​8547](DataDog/dd-trace-java#8547) - [@​nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog)) - ✨ Make the default config sources more robust when a security manager is installed ([#​8544](DataDog/dd-trace-java#8544) - [@​mcculls](https://github.com/mcculls)) - ✨ Support targeting services with configurations in stable configuration file ([#​8526](DataDog/dd-trace-java#8526) - [@​mtoffl01](https://github.com/mtoffl01)) - ✨ Add new parser for `DD_TAGS` and prioritizing `DD_SERVICE` ([#​8296](DataDog/dd-trace-java#8296) - [@​mhlidd](https://github.com/mhlidd)) #### Tracer internal logging - 🐛 Add missing debug log for the cloudPayloadTaggingServices config ([#​8600](DataDog/dd-trace-java#8600) - [@​ygree](https://github.com/ygree)) - ✨ Add the possibility to output the logs of the Java tracer in JSON ([#​8083](DataDog/dd-trace-java#8083) - [@​cecile75](https://github.com/cecile75)) #### Tracer public API - ✨ Introducing `DD_TRACE_EXPERIMENTAL_FEATURES_ENABLED` Config ([#​8536](DataDog/dd-trace-java#8536) - [@​mhlidd](https://github.com/mhlidd)) - ✨ Config Consistency Round 2 ([#​8489](DataDog/dd-trace-java#8489) - [@​mhlidd](https://github.com/mhlidd)) ### Instrumentations #### - 🐛 Fix NPE in getMdcCopy of LoggingEventInstrumentation ([#​8599](DataDog/dd-trace-java#8599) - [@​ygree](https://github.com/ygree)) #### Apache Spark instrumentation - ✨ Instrument Runtime.exit() to finish spark application spans ([#​8572](DataDog/dd-trace-java#8572) - [@​paul-laffon-dd](https://github.com/paul-laffon-dd)) - ✨ Configure OpenLineage if present in Spark instrumentation ([#​8541](DataDog/dd-trace-java#8541) - [@​mobuchowski](https://github.com/mobuchowski)) #### Armeria Instrumentation - ✨ Support armeria grpc 1.32.3 ([#​8606](DataDog/dd-trace-java#8606) - [@​github-actions](https://github.com/github-actions)\[bot]) #### AWS DynamoDB Instrumentation - ✨ Create DynamoDB instrumentation + add span pointers for `updateItem` and `deleteItem` ([#​8490](DataDog/dd-trace-java#8490) - [@​nhulston](https://github.com/nhulston)) #### AWS SDK instrumentation - ✨ Add DynamoDB in DEFAULT_TRACE_CLOUD_PAYLOAD_TAGGING_SERVICES ([#​8595](DataDog/dd-trace-java#8595) - [@​joeyzhao2018](https://github.com/joeyzhao2018)) #### Azure Functions instrumentation - ✨ Enable tracer computed trace metrics by default for Azure Functions ([#​8518](DataDog/dd-trace-java#8518) - [@​duncanpharvey](https://github.com/duncanpharvey)) - 💡 Add azure-functions instrumentation ([#​8432](DataDog/dd-trace-java#8432) - [@​duncanpharvey](https://github.com/duncanpharvey)) #### Core Java language instrumentation - 🐛 Fix ForkJoinPool.execute() instrumentation on Java 21+ ([#​8560](DataDog/dd-trace-java#8560) - [@​PerfectSlayer](https://github.com/PerfectSlayer)) #### Eclipse Vert.x instrumentation - ✨ Add vertx postgresql client instrumentation ([#​8471](DataDog/dd-trace-java#8471) - [@​vandonr](https://github.com/vandonr) - thanks for the contribution!) #### Kafka instrumentation - ✨ Support and test kafka-clients 4 ([#​8581](DataDog/dd-trace-java#8581) - [@​amarziali](https://github.com/amarziali)) #### Kotlin instrumentation - ✨ Avoid disconnected traces when using Kotlin flowOn ([#​8651](DataDog/dd-trace-java#8651) - [@​mcculls](https://github.com/mcculls)) #### OpenTelemetry instrumentation - 🧹 Migrate OtelContext wrapper to new internal Context API ([#​8645](DataDog/dd-trace-java#8645) - [@​mcculls](https://github.com/mcculls)) #### Spring instrumentation - 🐛 Support CompletableFuture on spring webmvc controllers ([#​8659](DataDog/dd-trace-java#8659) - [@​amarziali](https://github.com/amarziali)) - ✨ Add support for endpoint discovery in spring mvc ([#​8352](DataDog/dd-trace-java#8352) - [@​manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez)) #### WebSocket Instrumentation - ✨ Instrument Jetty websocket pojo ([#​8562](DataDog/dd-trace-java#8562) - [@​amarziali](https://github.com/amarziali)) - 💡 Instrument Java Websocket API (JSR356) ([#​8440](DataDog/dd-trace-java#8440) - [@​amarziali](https://github.com/amarziali)) #### All other instrumentations - ✨ Introduce cache for peer.hostname lookup ([#​8601](DataDog/dd-trace-java#8601) - [@​mcculls](https://github.com/mcculls)) - ✨ Support pekko http 1.1 ([#​8532](DataDog/dd-trace-java#8532) - [@​amarziali](https://github.com/amarziali)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). GitOrigin-RevId: 331314f71acaced3adc75ea5d7e855c248d593fc
What Does This Do
Remove process information which is gathered at startup.
Motivation
This information is not used within our product.

The impact is that we will no longer get the process info in the JFR data.
After:
Before:

Additional Notes
Contributor Checklist
type:
and (comp:
orinst:
) labels in addition to any usefull labelsclose
,fix
or any linking keywords when referencing an issue.Use
solves
instead, and assign the PR milestone to the issueJira ticket: [PROJ-IDENT]