Skip to content

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

Merged
merged 2 commits into from
Apr 3, 2025

Conversation

r1viollet
Copy link
Contributor

@r1viollet r1viollet commented Apr 2, 2025

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:
image

Before:
image

Additional Notes

Contributor Checklist

Jira ticket: [PROJ-IDENT]

Copy link
Contributor

@jbachorik jbachorik left a 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 (

) to make sure we are not collecting jdk.SystemProcess events any more?

Extend smoke test to check that process information is not collected
@r1viollet
Copy link
Contributor Author

Thanks for the guidance, I adjusted the test.

@r1viollet r1viollet marked this pull request as ready for review April 3, 2025 13:38
@r1viollet r1viollet requested a review from a team as a code owner April 3, 2025 13:38
Copy link
Contributor

github-actions bot commented Apr 3, 2025

Hi! 👋 Thanks for your pull request! 🎉

To help us review it, please make sure to:

  • Remove the tag from the pull request title

If you need help, please check our contributing guidelines.

@jbachorik jbachorik changed the title [profiling] Remove process information Remove process information from JFR recording Apr 3, 2025
Copy link
Contributor

@jbachorik jbachorik left a 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!

@pr-commenter
Copy link

pr-commenter bot commented Apr 3, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master r1viollet/remove-process-info
git_commit_date 1743686401 1743687427
git_commit_sha 6d284ce 4d360e8
release_version 1.48.0-SNAPSHOT~6d284ce182 1.48.0-SNAPSHOT~4d360e863e
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1743690599 1743690599
ci_job_id 879353342 879353342
ci_pipeline_id 60954215 60954215
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-wkszxmse-project-304-concurrent-0-hxgddody 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-wkszxmse-project-304-concurrent-0-hxgddody 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
module Agent Agent
parent None None
variant iast iast

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 66 metrics, 5 unstable metrics.

Startup time reports for petclinic
gantt
    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
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.056 s -
Agent appsec 1.192 s 136.005 ms (12.9%)
Agent iast 1.188 s 132.637 ms (12.6%)
Agent profiling 1.281 s 225.664 ms (21.4%)
Total tracing 10.517 s -
Total appsec 10.748 s 231.169 ms (2.2%)
Total iast 11.066 s 548.658 ms (5.2%)
Total profiling 10.921 s 403.351 ms (3.8%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.061 s -
Agent appsec 1.195 s 134.39 ms (12.7%)
Agent iast 1.181 s 120.604 ms (11.4%)
Agent profiling 1.28 s 219.383 ms (20.7%)
Total tracing 10.507 s -
Total appsec 10.803 s 296.175 ms (2.8%)
Total iast 11.047 s 540.137 ms (5.1%)
Total profiling 10.97 s 462.719 ms (4.4%)
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
Loading
Startup time reports for insecure-bank
gantt
    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
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.053 s -
Agent iast 1.182 s 128.363 ms (12.2%)
Agent iast_HARDCODED_SECRET_DISABLED 1.181 s 127.561 ms (12.1%)
Agent iast_TELEMETRY_OFF 1.177 s 123.222 ms (11.7%)
Total tracing 8.687 s -
Total iast 9.258 s 571.162 ms (6.6%)
Total iast_HARDCODED_SECRET_DISABLED 9.235 s 547.957 ms (6.3%)
Total iast_TELEMETRY_OFF 9.249 s 561.606 ms (6.5%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.055 s -
Agent iast 1.18 s 125.521 ms (11.9%)
Agent iast_HARDCODED_SECRET_DISABLED 1.181 s 126.902 ms (12.0%)
Agent iast_TELEMETRY_OFF 1.185 s 130.025 ms (12.3%)
Total tracing 8.683 s -
Total iast 9.291 s 608.007 ms (7.0%)
Total iast_HARDCODED_SECRET_DISABLED 9.242 s 558.944 ms (6.4%)
Total iast_TELEMETRY_OFF 9.292 s 608.682 ms (7.0%)
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
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
end_time 2025-04-03T14:02:09 2025-04-03T14:09:57
git_branch master r1viollet/remove-process-info
git_commit_date 1743686401 1743687427
git_commit_sha 6d284ce 4d360e8
release_version 1.48.0-SNAPSHOT~6d284ce182 1.48.0-SNAPSHOT~4d360e863e
start_time 2025-04-03T14:01:55 2025-04-03T14:09:42
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1743689797 1743689797
ci_job_id 879353343 879353343
ci_pipeline_id 60954215 60954215
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-gwywvyqc-project-304-concurrent-0-cm6rj0b0 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-gwywvyqc-project-304-concurrent-0-cm6rj0b0 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
variant iast iast

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 14 metrics, 16 unstable metrics.

Request duration reports for petclinic
gantt
    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,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.35 ms [1.33 ms, 1.37 ms] -
appsec 1.754 ms [1.73 ms, 1.778 ms] 403.959 µs (29.9%)
appsec_no_iast 1.738 ms [1.713 ms, 1.763 ms] 388.169 µs (28.8%)
code_origins 1.718 ms [1.691 ms, 1.746 ms] 368.546 µs (27.3%)
iast 1.515 ms [1.49 ms, 1.54 ms] 164.851 µs (12.2%)
profiling 1.56 ms [1.536 ms, 1.585 ms] 210.422 µs (15.6%)
tracing 1.537 ms [1.513 ms, 1.562 ms] 187.481 µs (13.9%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.367 ms [1.347 ms, 1.387 ms] -
appsec 1.738 ms [1.715 ms, 1.762 ms] 371.211 µs (27.2%)
appsec_no_iast 1.752 ms [1.729 ms, 1.775 ms] 384.84 µs (28.1%)
code_origins 1.71 ms [1.683 ms, 1.738 ms] 343.299 µs (25.1%)
iast 1.535 ms [1.512 ms, 1.559 ms] 168.279 µs (12.3%)
profiling 1.533 ms [1.51 ms, 1.556 ms] 165.914 µs (12.1%)
tracing 1.508 ms [1.484 ms, 1.532 ms] 140.928 µs (10.3%)
Request duration reports for insecure-bank
gantt
    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,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 389.047 µs [369.153 µs, 408.94 µs] -
iast 515.941 µs [494.194 µs, 537.689 µs] 126.895 µs (32.6%)
iast_FULL 738.263 µs [716.224 µs, 760.303 µs] 349.217 µs (89.8%)
iast_GLOBAL 564.575 µs [542.216 µs, 586.934 µs] 175.528 µs (45.1%)
iast_HARDCODED_SECRET_DISABLED 521.168 µs [499.413 µs, 542.924 µs] 132.122 µs (34.0%)
iast_INACTIVE 464.138 µs [443.132 µs, 485.143 µs] 75.091 µs (19.3%)
iast_TELEMETRY_OFF 502.702 µs [481.188 µs, 524.216 µs] 113.655 µs (29.2%)
tracing 466.776 µs [445.668 µs, 487.884 µs] 77.729 µs (20.0%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 385.179 µs [365.468 µs, 404.891 µs] -
iast 516.715 µs [494.663 µs, 538.768 µs] 131.536 µs (34.1%)
iast_FULL 737.346 µs [715.393 µs, 759.299 µs] 352.167 µs (91.4%)
iast_GLOBAL 563.074 µs [541.011 µs, 585.138 µs] 177.895 µs (46.2%)
iast_HARDCODED_SECRET_DISABLED 513.569 µs [491.848 µs, 535.29 µs] 128.39 µs (33.3%)
iast_INACTIVE 464.331 µs [443.08 µs, 485.581 µs] 79.151 µs (20.5%)
iast_TELEMETRY_OFF 506.565 µs [485.013 µs, 528.117 µs] 121.386 µs (31.5%)
tracing 464.76 µs [444.24 µs, 485.281 µs] 79.581 µs (20.7%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master r1viollet/remove-process-info
git_commit_date 1743686401 1743687427
git_commit_sha 6d284ce 4d360e8
release_version 1.48.0-SNAPSHOT~6d284ce182 1.48.0-SNAPSHOT~4d360e863e
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1743690302 1743690302
ci_job_id 879353344 879353344
ci_pipeline_id 60954215 60954215
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-boo2p15-project-304-concurrent-0-rulp6pf4 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-boo2p15-project-304-concurrent-0-rulp6pf4 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
variant appsec appsec

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 11 metrics, 1 unstable metrics.

Execution time for biojava
gantt
    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,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.56 s [15.56 s, 15.56 s] -
appsec 14.812 s [14.812 s, 14.812 s] -748.0 ms (-4.8%)
iast 19.033 s [19.033 s, 19.033 s] 3.473 s (22.3%)
iast_GLOBAL 18.017 s [18.017 s, 18.017 s] 2.457 s (15.8%)
profiling 15.545 s [15.545 s, 15.545 s] -15.0 ms (-0.1%)
tracing 14.984 s [14.984 s, 14.984 s] -576.0 ms (-3.7%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.916 s [14.916 s, 14.916 s] -
appsec 14.914 s [14.914 s, 14.914 s] -2.0 ms (-0.0%)
iast 18.773 s [18.773 s, 18.773 s] 3.857 s (25.9%)
iast_GLOBAL 18.056 s [18.056 s, 18.056 s] 3.14 s (21.1%)
profiling 15.65 s [15.65 s, 15.65 s] 734.0 ms (4.9%)
tracing 14.948 s [14.948 s, 14.948 s] 32.0 ms (0.2%)
Execution time for tomcat
gantt
    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,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.476 ms [1.465 ms, 1.488 ms] -
appsec 2.381 ms [2.335 ms, 2.428 ms] 905.041 µs (61.3%)
iast 2.149 ms [2.091 ms, 2.208 ms] 673.14 µs (45.6%)
iast_GLOBAL 2.197 ms [2.139 ms, 2.256 ms] 721.231 µs (48.9%)
profiling 2.481 ms [2.301 ms, 2.662 ms] 1.005 ms (68.1%)
tracing 1.979 ms [1.934 ms, 2.024 ms] 502.858 µs (34.1%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.476 ms [1.464 ms, 1.487 ms] -
appsec 2.371 ms [2.325 ms, 2.418 ms] 895.555 µs (60.7%)
iast 2.148 ms [2.09 ms, 2.207 ms] 672.528 µs (45.6%)
iast_GLOBAL 2.199 ms [2.14 ms, 2.258 ms] 723.135 µs (49.0%)
profiling 2.013 ms [1.965 ms, 2.061 ms] 537.259 µs (36.4%)
tracing 1.984 ms [1.938 ms, 2.029 ms] 507.956 µs (34.4%)

@r1viollet r1viollet merged commit ba7123a into master Apr 3, 2025
253 of 261 checks passed
@r1viollet r1viollet deleted the r1viollet/remove-process-info branch April 3, 2025 15:50
@github-actions github-actions bot added this to the 1.48.0 milestone Apr 3, 2025
svc-squareup-copybara pushed a commit to cashapp/misk that referenced this pull request Apr 11, 2025
| 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
([#&#8203;8687](DataDog/dd-trace-java#8687) -
[@&#8203;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
([#&#8203;8610](DataDog/dd-trace-java#8610) -
[@&#8203;jandro996](https://github.com/jandro996))
- ✨ Fix weak randomness in oracle.ucp.util.OpaqueString
([#&#8203;8609](DataDog/dd-trace-java#8609) -
[@&#8203;jandro996](https://github.com/jandro996))
- ✨ Fix weak hash false positive in
oracle.security.o5logon.O5Logon
([#&#8203;8608](DataDog/dd-trace-java#8608) -
[@&#8203;jandro996](https://github.com/jandro996))
- 🐛 Prevent before callsites targeting constructors in super calls
([#&#8203;8549](DataDog/dd-trace-java#8549) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))

#### Application Security Management (WAF)

- ✨ Update login events public SDK to V2
([#&#8203;8620](DataDog/dd-trace-java#8620) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- 🐛 Send RASP LFI capability only when AppSec is statically enabled
([#&#8203;8573](DataDog/dd-trace-java#8573) -
[@&#8203;jandro996](https://github.com/jandro996))
- ✨ Improve detection of missing request end events
([#&#8203;8510](DataDog/dd-trace-java#8510) -
[@&#8203;smola](https://github.com/smola))
- 🧹 Remove remote configuration for API Security sampling rate
([#&#8203;8486](DataDog/dd-trace-java#8486) -
[@&#8203;smola](https://github.com/smola))
- ✨ Add setUser to user monitoring SDK
([#&#8203;8482](DataDog/dd-trace-java#8482) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- ✨ Add missing address for signup event
([#&#8203;8469](DataDog/dd-trace-java#8469) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- ✨ Allow login events SDK to be used with appsec disabled
([#&#8203;8464](DataDog/dd-trace-java#8464) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- ✨ Add support for endpoint discovery in spring mvc
([#&#8203;8352](DataDog/dd-trace-java#8352) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- ✨ New API Security sampling algorithm
([#&#8203;8178](DataDog/dd-trace-java#8178) -
[@&#8203;ValentinZakharov](https://github.com/ValentinZakharov))

#### Build & Tooling

- ✨ Add buffer size customizability to JDK UDS support
([#&#8203;8629](DataDog/dd-trace-java#8629) -
[@&#8203;sarahchen6](https://github.com/sarahchen6))
- ✨ Add JDK built-in support for UDS on Java 16+
([#&#8203;8314](DataDog/dd-trace-java#8314) -
[@&#8203;sarahchen6](https://github.com/sarahchen6))

#### Configuration at Runtime

- 🐛 Send RASP LFI capability only when AppSec is statically enabled
([#&#8203;8573](DataDog/dd-trace-java#8573) -
[@&#8203;jandro996](https://github.com/jandro996))

#### Continuous Integration Visibility

- 🐛 Prevent double reporting of Scalatest events when using SBT with
test forking
([#&#8203;8682](DataDog/dd-trace-java#8682) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- 🐛 Shutdown CI Visibility test event handlers before tracer
([#&#8203;8677](DataDog/dd-trace-java#8677) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- 🐛 Do not apply JUnit 4 instrumentation to MUnit runners
([#&#8203;8675](DataDog/dd-trace-java#8675),
[#&#8203;8683](DataDog/dd-trace-java#8683) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- ✨ Remove error log when source path resolution fails on
isModified check
([#&#8203;8663](DataDog/dd-trace-java#8663) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- ✨ Implement tests reordering for JUnit 4
([#&#8203;8650](DataDog/dd-trace-java#8650) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- 🐛 Set default Attempt to Fix retries if none provided from the
backend
([#&#8203;8615](DataDog/dd-trace-java#8615) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- ✨ Allow to manually set PR info
([#&#8203;8566](DataDog/dd-trace-java#8566) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- 🐛 Fix Test Optimization init when repo root cannot be determined
([#&#8203;8533](DataDog/dd-trace-java#8533) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- ✨ Add capabilities tagging
([#&#8203;8499](DataDog/dd-trace-java#8499),
[#&#8203;8540](DataDog/dd-trace-java#8540) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))

#### Crash tracking

- 🐛 Remove dependency on bash from crash/oome uploder scripts
([#&#8203;8652](DataDog/dd-trace-java#8652) -
[@&#8203;jbachorik](https://github.com/jbachorik))

#### Data Streams Monitoring

- ✨ e2e pipeline configuration when data jobs is enabled
([#&#8203;8553](DataDog/dd-trace-java#8553) -
[@&#8203;kr-igor](https://github.com/kr-igor))

#### Dynamic Instrumentation

- 🐛 Fix In-Product when config is empty
([#&#8203;8679](DataDog/dd-trace-java#8679) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Add support for filtering shaded third-party libs
([#&#8203;8612](DataDog/dd-trace-java#8612) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Add In-Product Enablement
([#&#8203;8587](DataDog/dd-trace-java#8587) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨⚡ Reduce footprint of SourceFile tracking
([#&#8203;8524](DataDog/dd-trace-java#8524) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨⚡ Optimize the SourceFile tracking
([#&#8203;8520](DataDog/dd-trace-java#8520) -
[@&#8203;jpbempel](https://github.com/jpbempel))

#### OpenTracing

- 🧹 Remove activeScope() use in OpenTracing shim
([#&#8203;8478](DataDog/dd-trace-java#8478) -
[@&#8203;mcculls](https://github.com/mcculls))

#### Profiling

- ✨ Add profiler env check command to AgentCLI
([#&#8203;8671](DataDog/dd-trace-java#8671) -
[@&#8203;jbachorik](https://github.com/jbachorik))

- ✨ Bump ddprof to 1.23.0
([#&#8203;8668](DataDog/dd-trace-java#8668) -
[@&#8203;jbachorik](https://github.com/jbachorik))
- Fix a crash related to ElfParser::loadSymbolTable
([#&#8203;191](DataDog/dd-trace-java#191)) by
[@&#8203;yanglong1010](https://github.com/yanglong1010) in
DataDog/java-profiler#192
- Unwind String.indexOf intrinsic on AArch64 by
[@&#8203;MattAlp](https://github.com/MattAlp) in
DataDog/java-profiler#193
- Fix Java 24 support by
[@&#8203;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
[@&#8203;jbachorik](https://github.com/jbachorik) in
DataDog/java-profiler#199

- 🐛 Remove process information from JFR recording
([#&#8203;8661](DataDog/dd-trace-java#8661) -
[@&#8203;r1viollet](https://github.com/r1viollet))

- 🐛 Make TempLocationManager USER aware
([#&#8203;8605](DataDog/dd-trace-java#8605) -
[@&#8203;jbachorik](https://github.com/jbachorik))

- ✨ Extract git tags from embedded git.properties and
datadog_git.properties
([#&#8203;8561](DataDog/dd-trace-java#8561) -
[@&#8203;wmouchere](https://github.com/wmouchere))

#### Telemetry

- 🐛 Fix appsec.rasp.error and appsec.waf.error telemetry metrics
([#&#8203;8624](DataDog/dd-trace-java#8624) -
[@&#8203;jandro996](https://github.com/jandro996))
- ✨ Create metric: appsec.rasp.rule.skipped
([#&#8203;8618](DataDog/dd-trace-java#8618) -
[@&#8203;jandro996](https://github.com/jandro996))
- ✨ Extract git tags from embedded git.properties and
datadog_git.properties
([#&#8203;8561](DataDog/dd-trace-java#8561) -
[@&#8203;wmouchere](https://github.com/wmouchere))

#### Testing

- 🧹 Simplify ssi tests one-pipeline
([#&#8203;8558](DataDog/dd-trace-java#8558) -
[@&#8203;robertomonteromiguel](https://github.com/robertomonteromiguel))
- ✨ Add smoke tests for java's concurrent API
([#&#8203;8438](DataDog/dd-trace-java#8438) -
[@&#8203;sarahchen6](https://github.com/sarahchen6))

#### Trace context propagation

- ✨ Adding Support for `TRACE_PROPAGATION_BEHAVIOR_EXTRACT`
([#&#8203;8535](DataDog/dd-trace-java#8535) -
[@&#8203;mhlidd](https://github.com/mhlidd))

#### Tracer core

- 🐛 Ensure shaded helpers have unique names
([#&#8203;8559](DataDog/dd-trace-java#8559) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Support common config sources for user-provided git info
([#&#8203;8547](DataDog/dd-trace-java#8547) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- ✨ Make the default config sources more robust when a security
manager is installed
([#&#8203;8544](DataDog/dd-trace-java#8544) -
[@&#8203;mcculls](https://github.com/mcculls))
- ✨ Support targeting services with configurations in stable
configuration file
([#&#8203;8526](DataDog/dd-trace-java#8526) -
[@&#8203;mtoffl01](https://github.com/mtoffl01))
- ✨ Add new parser for `DD_TAGS` and prioritizing `DD_SERVICE`
([#&#8203;8296](DataDog/dd-trace-java#8296) -
[@&#8203;mhlidd](https://github.com/mhlidd))

#### Tracer internal logging

- 🐛 Add missing debug log for the cloudPayloadTaggingServices config
([#&#8203;8600](DataDog/dd-trace-java#8600) -
[@&#8203;ygree](https://github.com/ygree))
- ✨ Add the possibility to output the logs of the Java tracer
in JSON
([#&#8203;8083](DataDog/dd-trace-java#8083) -
[@&#8203;cecile75](https://github.com/cecile75))

#### Tracer public API

- ✨ Introducing `DD_TRACE_EXPERIMENTAL_FEATURES_ENABLED` Config
([#&#8203;8536](DataDog/dd-trace-java#8536) -
[@&#8203;mhlidd](https://github.com/mhlidd))
- ✨ Config Consistency Round 2
([#&#8203;8489](DataDog/dd-trace-java#8489) -
[@&#8203;mhlidd](https://github.com/mhlidd))

### Instrumentations

####

- 🐛 Fix NPE in getMdcCopy of LoggingEventInstrumentation
([#&#8203;8599](DataDog/dd-trace-java#8599) -
[@&#8203;ygree](https://github.com/ygree))

#### Apache Spark instrumentation

- ✨ Instrument Runtime.exit() to finish spark application spans
([#&#8203;8572](DataDog/dd-trace-java#8572) -
[@&#8203;paul-laffon-dd](https://github.com/paul-laffon-dd))
- ✨ Configure OpenLineage if present in Spark instrumentation
([#&#8203;8541](DataDog/dd-trace-java#8541) -
[@&#8203;mobuchowski](https://github.com/mobuchowski))

#### Armeria Instrumentation

- ✨ Support armeria grpc 1.32.3
([#&#8203;8606](DataDog/dd-trace-java#8606) -
[@&#8203;github-actions](https://github.com/github-actions)\[bot])

#### AWS DynamoDB Instrumentation

- ✨ Create DynamoDB instrumentation + add span pointers for
`updateItem` and `deleteItem`
([#&#8203;8490](DataDog/dd-trace-java#8490) -
[@&#8203;nhulston](https://github.com/nhulston))

#### AWS SDK instrumentation

- ✨ Add DynamoDB in
DEFAULT_TRACE_CLOUD_PAYLOAD_TAGGING_SERVICES
([#&#8203;8595](DataDog/dd-trace-java#8595) -
[@&#8203;joeyzhao2018](https://github.com/joeyzhao2018))

#### Azure Functions instrumentation

- ✨ Enable tracer computed trace metrics by default for Azure
Functions
([#&#8203;8518](DataDog/dd-trace-java#8518) -
[@&#8203;duncanpharvey](https://github.com/duncanpharvey))
- 💡 Add azure-functions instrumentation
([#&#8203;8432](DataDog/dd-trace-java#8432) -
[@&#8203;duncanpharvey](https://github.com/duncanpharvey))

#### Core Java language instrumentation

- 🐛 Fix ForkJoinPool.execute() instrumentation on Java 21+
([#&#8203;8560](DataDog/dd-trace-java#8560) -
[@&#8203;PerfectSlayer](https://github.com/PerfectSlayer))

#### Eclipse Vert.x instrumentation

- ✨ Add vertx postgresql client instrumentation
([#&#8203;8471](DataDog/dd-trace-java#8471) -
[@&#8203;vandonr](https://github.com/vandonr) - thanks for the
contribution!)

#### Kafka instrumentation

- ✨ Support and test kafka-clients 4
([#&#8203;8581](DataDog/dd-trace-java#8581) -
[@&#8203;amarziali](https://github.com/amarziali))

#### Kotlin instrumentation

- ✨ Avoid disconnected traces when using Kotlin flowOn
([#&#8203;8651](DataDog/dd-trace-java#8651) -
[@&#8203;mcculls](https://github.com/mcculls))

#### OpenTelemetry instrumentation

- 🧹 Migrate OtelContext wrapper to new internal Context API
([#&#8203;8645](DataDog/dd-trace-java#8645) -
[@&#8203;mcculls](https://github.com/mcculls))

#### Spring instrumentation

- 🐛 Support CompletableFuture on spring webmvc controllers
([#&#8203;8659](DataDog/dd-trace-java#8659) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Add support for endpoint discovery in spring mvc
([#&#8203;8352](DataDog/dd-trace-java#8352) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))

#### WebSocket Instrumentation

- ✨ Instrument Jetty websocket pojo
([#&#8203;8562](DataDog/dd-trace-java#8562) -
[@&#8203;amarziali](https://github.com/amarziali))
- 💡 Instrument Java Websocket API (JSR356)
([#&#8203;8440](DataDog/dd-trace-java#8440) -
[@&#8203;amarziali](https://github.com/amarziali))

#### All other instrumentations

- ✨ Introduce cache for peer.hostname lookup
([#&#8203;8601](DataDog/dd-trace-java#8601) -
[@&#8203;mcculls](https://github.com/mcculls))
- ✨ Support pekko http 1.1
([#&#8203;8532](DataDog/dd-trace-java#8532) -
[@&#8203;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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants