Skip to content

Remove dependency on bash from crash/oome uploder scripts #8652

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 7, 2025

Conversation

jbachorik
Copy link
Contributor

@jbachorik jbachorik commented Apr 1, 2025

What Does This Do

It is a rewrite of these two scripts with 'sh' only functionality

Motivation

Bash is not always present and depending on bash reduces the set of crashes we can cover.

Additional Notes

The scripts were tested with running with 'shell' directly and they are working as expected.

Contributor Checklist

Jira ticket: PROF-11398

@jbachorik jbachorik requested a review from a team as a code owner April 1, 2025 13:17
@jbachorik jbachorik requested review from PerfectSlayer and removed request for a team April 1, 2025 13:17
@pr-commenter
Copy link

pr-commenter bot commented Apr 1, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master jb/crash_reporter_s
git_commit_date 1744017548 1744017371
git_commit_sha d1abd07 43f4fec
release_version 1.48.0-SNAPSHOT~d1abd07be5 1.48.0-SNAPSHOT~43f4feca3a
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1744020450 1744020450
ci_job_id 883308951 883308951
ci_pipeline_id 61241823 61241823
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-73hpsumx-project-304-concurrent-0-6xsougvb 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-73hpsumx-project-304-concurrent-0-6xsougvb 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 68 metrics, 3 unstable metrics.

Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.48.0-SNAPSHOT~43f4feca3a, baseline=1.48.0-SNAPSHOT~d1abd07be5

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.063 s) : 0, 1062711
Total [baseline] (10.554 s) : 0, 10553992
Agent [candidate] (1.063 s) : 0, 1063104
Total [candidate] (10.591 s) : 0, 10590668
section appsec
Agent [baseline] (1.197 s) : 0, 1196748
Total [baseline] (10.787 s) : 0, 10787081
Agent [candidate] (1.197 s) : 0, 1197460
Total [candidate] (10.806 s) : 0, 10805672
section iast
Agent [baseline] (1.195 s) : 0, 1194586
Total [baseline] (11.082 s) : 0, 11082276
Agent [candidate] (1.184 s) : 0, 1184048
Total [candidate] (11.097 s) : 0, 11096529
section profiling
Agent [baseline] (1.292 s) : 0, 1291886
Total [baseline] (10.915 s) : 0, 10915043
Agent [candidate] (1.291 s) : 0, 1290546
Total [candidate] (10.902 s) : 0, 10902032
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.063 s -
Agent appsec 1.197 s 134.036 ms (12.6%)
Agent iast 1.195 s 131.875 ms (12.4%)
Agent profiling 1.292 s 229.175 ms (21.6%)
Total tracing 10.554 s -
Total appsec 10.787 s 233.09 ms (2.2%)
Total iast 11.082 s 528.285 ms (5.0%)
Total profiling 10.915 s 361.052 ms (3.4%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.063 s -
Agent appsec 1.197 s 134.356 ms (12.6%)
Agent iast 1.184 s 120.945 ms (11.4%)
Agent profiling 1.291 s 227.442 ms (21.4%)
Total tracing 10.591 s -
Total appsec 10.806 s 215.004 ms (2.0%)
Total iast 11.097 s 505.861 ms (4.8%)
Total profiling 10.902 s 311.364 ms (2.9%)
gantt
    title petclinic - break down per module: candidate=1.48.0-SNAPSHOT~43f4feca3a, baseline=1.48.0-SNAPSHOT~d1abd07be5

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (726.89 ms) : 0, 726890
BytebuddyAgent [candidate] (726.34 ms) : 0, 726340
GlobalTracer [baseline] (241.249 ms) : 0, 241249
GlobalTracer [candidate] (241.26 ms) : 0, 241260
AppSec [baseline] (55.502 ms) : 0, 55502
AppSec [candidate] (54.998 ms) : 0, 54998
Debugger [baseline] (4.432 ms) : 0, 4432
Debugger [candidate] (4.453 ms) : 0, 4453
Remote Config [baseline] (703.679 µs) : 0, 704
Remote Config [candidate] (708.872 µs) : 0, 709
Telemetry [baseline] (12.809 ms) : 0, 12809
Telemetry [candidate] (14.434 ms) : 0, 14434
section appsec
BytebuddyAgent [baseline] (739.603 ms) : 0, 739603
BytebuddyAgent [candidate] (740.067 ms) : 0, 740067
GlobalTracer [baseline] (235.895 ms) : 0, 235895
GlobalTracer [candidate] (236.302 ms) : 0, 236302
IAST [baseline] (21.433 ms) : 0, 21433
IAST [candidate] (21.377 ms) : 0, 21377
AppSec [baseline] (176.546 ms) : 0, 176546
AppSec [candidate] (175.58 ms) : 0, 175580
Debugger [baseline] (4.267 ms) : 0, 4267
Debugger [candidate] (4.279 ms) : 0, 4279
Remote Config [baseline] (644.397 µs) : 0, 644
Remote Config [candidate] (644.966 µs) : 0, 645
Telemetry [baseline] (8.262 ms) : 0, 8262
Telemetry [candidate] (9.042 ms) : 0, 9042
section iast
BytebuddyAgent [baseline] (849.56 ms) : 0, 849560
BytebuddyAgent [candidate] (841.284 ms) : 0, 841284
GlobalTracer [baseline] (231.267 ms) : 0, 231267
GlobalTracer [candidate] (229.85 ms) : 0, 229850
IAST [baseline] (22.917 ms) : 0, 22917
IAST [candidate] (22.666 ms) : 0, 22666
AppSec [baseline] (56.423 ms) : 0, 56423
AppSec [candidate] (55.926 ms) : 0, 55926
Debugger [baseline] (4.146 ms) : 0, 4146
Debugger [candidate] (4.139 ms) : 0, 4139
Remote Config [baseline] (607.01 µs) : 0, 607
Remote Config [candidate] (598.843 µs) : 0, 599
Telemetry [baseline] (8.763 ms) : 0, 8763
Telemetry [candidate] (8.727 ms) : 0, 8727
section profiling
BytebuddyAgent [baseline] (712.424 ms) : 0, 712424
BytebuddyAgent [candidate] (712.239 ms) : 0, 712239
GlobalTracer [baseline] (359.977 ms) : 0, 359977
GlobalTracer [candidate] (359.57 ms) : 0, 359570
AppSec [baseline] (54.221 ms) : 0, 54221
AppSec [candidate] (53.406 ms) : 0, 53406
Debugger [baseline] (4.322 ms) : 0, 4322
Debugger [candidate] (4.308 ms) : 0, 4308
Remote Config [baseline] (701.336 µs) : 0, 701
Remote Config [candidate] (701.514 µs) : 0, 702
Telemetry [baseline] (8.985 ms) : 0, 8985
Telemetry [candidate] (9.02 ms) : 0, 9020
ProfilingAgent [baseline] (103.249 ms) : 0, 103249
ProfilingAgent [candidate] (103.2 ms) : 0, 103200
Profiling [baseline] (103.276 ms) : 0, 103276
Profiling [candidate] (103.226 ms) : 0, 103226
Loading
Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.48.0-SNAPSHOT~43f4feca3a, baseline=1.48.0-SNAPSHOT~d1abd07be5

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.074 s) : 0, 1073530
Total [baseline] (8.745 s) : 0, 8745055
Agent [candidate] (1.058 s) : 0, 1058399
Total [candidate] (8.683 s) : 0, 8682615
section iast
Agent [baseline] (1.185 s) : 0, 1184886
Total [baseline] (9.239 s) : 0, 9238565
Agent [candidate] (1.187 s) : 0, 1186556
Total [candidate] (9.298 s) : 0, 9297943
section iast_HARDCODED_SECRET_DISABLED
Agent [baseline] (1.192 s) : 0, 1191845
Total [baseline] (9.3 s) : 0, 9299857
Agent [candidate] (1.186 s) : 0, 1185660
Total [candidate] (9.264 s) : 0, 9264115
section iast_TELEMETRY_OFF
Agent [baseline] (1.185 s) : 0, 1185344
Total [baseline] (9.305 s) : 0, 9305291
Agent [candidate] (1.184 s) : 0, 1183739
Total [candidate] (9.292 s) : 0, 9291589
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.074 s -
Agent iast 1.185 s 111.356 ms (10.4%)
Agent iast_HARDCODED_SECRET_DISABLED 1.192 s 118.315 ms (11.0%)
Agent iast_TELEMETRY_OFF 1.185 s 111.814 ms (10.4%)
Total tracing 8.745 s -
Total iast 9.239 s 493.511 ms (5.6%)
Total iast_HARDCODED_SECRET_DISABLED 9.3 s 554.802 ms (6.3%)
Total iast_TELEMETRY_OFF 9.305 s 560.236 ms (6.4%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.058 s -
Agent iast 1.187 s 128.157 ms (12.1%)
Agent iast_HARDCODED_SECRET_DISABLED 1.186 s 127.261 ms (12.0%)
Agent iast_TELEMETRY_OFF 1.184 s 125.34 ms (11.8%)
Total tracing 8.683 s -
Total iast 9.298 s 615.328 ms (7.1%)
Total iast_HARDCODED_SECRET_DISABLED 9.264 s 581.5 ms (6.7%)
Total iast_TELEMETRY_OFF 9.292 s 608.974 ms (7.0%)
gantt
    title insecure-bank - break down per module: candidate=1.48.0-SNAPSHOT~43f4feca3a, baseline=1.48.0-SNAPSHOT~d1abd07be5

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (733.203 ms) : 0, 733203
BytebuddyAgent [candidate] (723.047 ms) : 0, 723047
GlobalTracer [baseline] (243.593 ms) : 0, 243593
GlobalTracer [candidate] (239.86 ms) : 0, 239860
AppSec [baseline] (55.139 ms) : 0, 55139
AppSec [candidate] (54.559 ms) : 0, 54559
Debugger [baseline] (4.54 ms) : 0, 4540
Debugger [candidate] (4.378 ms) : 0, 4378
Remote Config [baseline] (713.427 µs) : 0, 713
Remote Config [candidate] (694.517 µs) : 0, 695
Telemetry [baseline] (15.222 ms) : 0, 15222
Telemetry [candidate] (15.007 ms) : 0, 15007
section iast
BytebuddyAgent [baseline] (841.789 ms) : 0, 841789
BytebuddyAgent [candidate] (843.265 ms) : 0, 843265
GlobalTracer [baseline] (230.133 ms) : 0, 230133
GlobalTracer [candidate] (230.342 ms) : 0, 230342
IAST [baseline] (22.805 ms) : 0, 22805
IAST [candidate] (22.671 ms) : 0, 22671
AppSec [baseline] (55.984 ms) : 0, 55984
AppSec [candidate] (55.913 ms) : 0, 55913
Debugger [baseline] (4.13 ms) : 0, 4130
Debugger [candidate] (4.132 ms) : 0, 4132
Remote Config [baseline] (587.34 µs) : 0, 587
Remote Config [candidate] (608.5 µs) : 0, 608
Telemetry [baseline] (8.667 ms) : 0, 8667
Telemetry [candidate] (8.705 ms) : 0, 8705
section iast_HARDCODED_SECRET_DISABLED
BytebuddyAgent [baseline] (847.615 ms) : 0, 847615
BytebuddyAgent [candidate] (841.998 ms) : 0, 841998
GlobalTracer [baseline] (230.811 ms) : 0, 230811
GlobalTracer [candidate] (229.791 ms) : 0, 229791
IAST [baseline] (22.882 ms) : 0, 22882
IAST [candidate] (22.799 ms) : 0, 22799
AppSec [baseline] (56.152 ms) : 0, 56152
AppSec [candidate] (56.506 ms) : 0, 56506
Debugger [baseline] (4.099 ms) : 0, 4099
Debugger [candidate] (4.166 ms) : 0, 4166
Remote Config [baseline] (598.62 µs) : 0, 599
Remote Config [candidate] (613.51 µs) : 0, 614
Telemetry [baseline] (8.723 ms) : 0, 8723
Telemetry [candidate] (8.867 ms) : 0, 8867
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (842.92 ms) : 0, 842920
BytebuddyAgent [candidate] (841.848 ms) : 0, 841848
GlobalTracer [baseline] (230.012 ms) : 0, 230012
GlobalTracer [candidate] (229.279 ms) : 0, 229279
IAST [baseline] (22.21 ms) : 0, 22210
IAST [candidate] (22.33 ms) : 0, 22330
AppSec [baseline] (56.051 ms) : 0, 56051
AppSec [candidate] (56.166 ms) : 0, 56166
Debugger [baseline] (4.1 ms) : 0, 4100
Debugger [candidate] (4.113 ms) : 0, 4113
Remote Config [baseline] (603.365 µs) : 0, 603
Remote Config [candidate] (594.737 µs) : 0, 595
Telemetry [baseline] (8.592 ms) : 0, 8592
Telemetry [candidate] (8.566 ms) : 0, 8566
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
end_time 2025-04-07T09:37:37 2025-04-07T09:45:22
git_branch master jb/crash_reporter_s
git_commit_date 1744017548 1744017371
git_commit_sha d1abd07 43f4fec
release_version 1.48.0-SNAPSHOT~d1abd07be5 1.48.0-SNAPSHOT~43f4feca3a
start_time 2025-04-07T09:37:23 2025-04-07T09:45:08
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1744019522 1744019522
ci_job_id 883308952 883308952
ci_pipeline_id 61241823 61241823
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-73hpsumx-project-304-concurrent-1-opo4hqrw 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-73hpsumx-project-304-concurrent-1-opo4hqrw 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 1 performance regressions! Performance is the same for 13 metrics, 16 unstable metrics.

scenario Δ mean http_req_duration Δ mean throughput candidate mean http_req_duration candidate mean throughput baseline mean http_req_duration baseline mean throughput
scenario:load:petclinic:profiling worse
[+37.553µs; +89.155µs] or [+2.463%; +5.846%]
unstable
[-644.301op/s; +416.381op/s] or [-20.940%; +13.532%]
1.588ms 2962.963op/s 1.525ms 3076.923op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.48.0-SNAPSHOT~43f4feca3a, baseline=1.48.0-SNAPSHOT~d1abd07be5
    dateFormat X
    axisFormat %s
section baseline
no_agent (384.048 µs) : 363, 405
.   : milestone, 384,
iast (510.217 µs) : 489, 532
.   : milestone, 510,
iast_FULL (726.697 µs) : 705, 749
.   : milestone, 727,
iast_GLOBAL (573.483 µs) : 550, 597
.   : milestone, 573,
iast_HARDCODED_SECRET_DISABLED (511.936 µs) : 490, 534
.   : milestone, 512,
iast_INACTIVE (464.476 µs) : 443, 486
.   : milestone, 464,
iast_TELEMETRY_OFF (500.091 µs) : 478, 522
.   : milestone, 500,
tracing (461.924 µs) : 441, 483
.   : milestone, 462,
section candidate
no_agent (378.834 µs) : 359, 398
.   : milestone, 379,
iast (512.24 µs) : 490, 534
.   : milestone, 512,
iast_FULL (734.136 µs) : 712, 756
.   : milestone, 734,
iast_GLOBAL (559.329 µs) : 538, 581
.   : milestone, 559,
iast_HARDCODED_SECRET_DISABLED (514.865 µs) : 493, 537
.   : milestone, 515,
iast_INACTIVE (462.595 µs) : 441, 484
.   : milestone, 463,
iast_TELEMETRY_OFF (503.69 µs) : 481, 526
.   : milestone, 504,
tracing (459.377 µs) : 439, 480
.   : milestone, 459,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 384.048 µs [363.171 µs, 404.925 µs] -
iast 510.217 µs [488.635 µs, 531.799 µs] 126.169 µs (32.9%)
iast_FULL 726.697 µs [704.718 µs, 748.677 µs] 342.65 µs (89.2%)
iast_GLOBAL 573.483 µs [550.317 µs, 596.649 µs] 189.435 µs (49.3%)
iast_HARDCODED_SECRET_DISABLED 511.936 µs [490.275 µs, 533.596 µs] 127.888 µs (33.3%)
iast_INACTIVE 464.476 µs [443.024 µs, 485.928 µs] 80.429 µs (20.9%)
iast_TELEMETRY_OFF 500.091 µs [478.41 µs, 521.772 µs] 116.043 µs (30.2%)
tracing 461.924 µs [440.667 µs, 483.18 µs] 77.876 µs (20.3%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 378.834 µs [359.243 µs, 398.426 µs] -
iast 512.24 µs [490.457 µs, 534.022 µs] 133.405 µs (35.2%)
iast_FULL 734.136 µs [712.247 µs, 756.026 µs] 355.302 µs (93.8%)
iast_GLOBAL 559.329 µs [537.653 µs, 581.006 µs] 180.495 µs (47.6%)
iast_HARDCODED_SECRET_DISABLED 514.865 µs [493.146 µs, 536.585 µs] 136.031 µs (35.9%)
iast_INACTIVE 462.595 µs [441.434 µs, 483.755 µs] 83.761 µs (22.1%)
iast_TELEMETRY_OFF 503.69 µs [481.162 µs, 526.217 µs] 124.855 µs (33.0%)
tracing 459.377 µs [438.543 µs, 480.211 µs] 80.543 µs (21.3%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.48.0-SNAPSHOT~43f4feca3a, baseline=1.48.0-SNAPSHOT~d1abd07be5
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.355 ms) : 1336, 1375
.   : milestone, 1355,
appsec (1.766 ms) : 1743, 1790
.   : milestone, 1766,
appsec_no_iast (1.765 ms) : 1741, 1789
.   : milestone, 1765,
code_origins (1.689 ms) : 1661, 1717
.   : milestone, 1689,
iast (1.515 ms) : 1490, 1540
.   : milestone, 1515,
profiling (1.525 ms) : 1502, 1548
.   : milestone, 1525,
tracing (1.517 ms) : 1492, 1543
.   : milestone, 1517,
section candidate
no_agent (1.355 ms) : 1335, 1375
.   : milestone, 1355,
appsec (1.752 ms) : 1728, 1775
.   : milestone, 1752,
appsec_no_iast (1.749 ms) : 1724, 1773
.   : milestone, 1749,
code_origins (1.694 ms) : 1668, 1721
.   : milestone, 1694,
iast (1.504 ms) : 1479, 1529
.   : milestone, 1504,
profiling (1.588 ms) : 1564, 1613
.   : milestone, 1588,
tracing (1.508 ms) : 1484, 1533
.   : milestone, 1508,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.355 ms [1.336 ms, 1.375 ms] -
appsec 1.766 ms [1.743 ms, 1.79 ms] 411.093 µs (30.3%)
appsec_no_iast 1.765 ms [1.741 ms, 1.789 ms] 409.662 µs (30.2%)
code_origins 1.689 ms [1.661 ms, 1.717 ms] 333.353 µs (24.6%)
iast 1.515 ms [1.49 ms, 1.54 ms] 159.184 µs (11.7%)
profiling 1.525 ms [1.502 ms, 1.548 ms] 169.586 µs (12.5%)
tracing 1.517 ms [1.492 ms, 1.543 ms] 162.09 µs (12.0%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.355 ms [1.335 ms, 1.375 ms] -
appsec 1.752 ms [1.728 ms, 1.775 ms] 396.255 µs (29.2%)
appsec_no_iast 1.749 ms [1.724 ms, 1.773 ms] 393.261 µs (29.0%)
code_origins 1.694 ms [1.668 ms, 1.721 ms] 338.731 µs (25.0%)
iast 1.504 ms [1.479 ms, 1.529 ms] 148.478 µs (11.0%)
profiling 1.588 ms [1.564 ms, 1.613 ms] 232.884 µs (17.2%)
tracing 1.508 ms [1.484 ms, 1.533 ms] 153.04 µs (11.3%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master jb/crash_reporter_s
git_commit_date 1744017548 1744017371
git_commit_sha d1abd07 43f4fec
release_version 1.48.0-SNAPSHOT~d1abd07be5 1.48.0-SNAPSHOT~43f4feca3a
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1744019941 1744019941
ci_job_id 883308953 883308953
ci_pipeline_id 61241823 61241823
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-gmgtqgjr-project-304-concurrent-0-6tmcul77 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-gmgtqgjr-project-304-concurrent-0-6tmcul77 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 12 metrics, 0 unstable metrics.

Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.48.0-SNAPSHOT~43f4feca3a, baseline=1.48.0-SNAPSHOT~d1abd07be5
    dateFormat X
    axisFormat %s
section baseline
no_agent (14.862 s) : 14862000, 14862000
.   : milestone, 14862000,
appsec (14.803 s) : 14803000, 14803000
.   : milestone, 14803000,
iast (18.489 s) : 18489000, 18489000
.   : milestone, 18489000,
iast_GLOBAL (18.022 s) : 18022000, 18022000
.   : milestone, 18022000,
profiling (14.977 s) : 14977000, 14977000
.   : milestone, 14977000,
tracing (14.972 s) : 14972000, 14972000
.   : milestone, 14972000,
section candidate
no_agent (14.941 s) : 14941000, 14941000
.   : milestone, 14941000,
appsec (14.849 s) : 14849000, 14849000
.   : milestone, 14849000,
iast (18.925 s) : 18925000, 18925000
.   : milestone, 18925000,
iast_GLOBAL (18.019 s) : 18019000, 18019000
.   : milestone, 18019000,
profiling (15.044 s) : 15044000, 15044000
.   : milestone, 15044000,
tracing (14.894 s) : 14894000, 14894000
.   : milestone, 14894000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.862 s [14.862 s, 14.862 s] -
appsec 14.803 s [14.803 s, 14.803 s] -59.0 ms (-0.4%)
iast 18.489 s [18.489 s, 18.489 s] 3.627 s (24.4%)
iast_GLOBAL 18.022 s [18.022 s, 18.022 s] 3.16 s (21.3%)
profiling 14.977 s [14.977 s, 14.977 s] 115.0 ms (0.8%)
tracing 14.972 s [14.972 s, 14.972 s] 110.0 ms (0.7%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.941 s [14.941 s, 14.941 s] -
appsec 14.849 s [14.849 s, 14.849 s] -92.0 ms (-0.6%)
iast 18.925 s [18.925 s, 18.925 s] 3.984 s (26.7%)
iast_GLOBAL 18.019 s [18.019 s, 18.019 s] 3.078 s (20.6%)
profiling 15.044 s [15.044 s, 15.044 s] 103.0 ms (0.7%)
tracing 14.894 s [14.894 s, 14.894 s] -47.0 ms (-0.3%)
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.48.0-SNAPSHOT~43f4feca3a, baseline=1.48.0-SNAPSHOT~d1abd07be5
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.475 ms) : 1464, 1487
.   : milestone, 1475,
appsec (2.392 ms) : 2345, 2440
.   : milestone, 2392,
iast (2.165 ms) : 2104, 2225
.   : milestone, 2165,
iast_GLOBAL (2.214 ms) : 2154, 2275
.   : milestone, 2214,
profiling (2.01 ms) : 1963, 2058
.   : milestone, 2010,
tracing (1.998 ms) : 1952, 2044
.   : milestone, 1998,
section candidate
no_agent (1.475 ms) : 1463, 1486
.   : milestone, 1475,
appsec (2.389 ms) : 2341, 2437
.   : milestone, 2389,
iast (2.177 ms) : 2117, 2238
.   : milestone, 2177,
iast_GLOBAL (2.212 ms) : 2151, 2272
.   : milestone, 2212,
profiling (2.042 ms) : 1993, 2091
.   : milestone, 2042,
tracing (1.994 ms) : 1947, 2040
.   : milestone, 1994,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.475 ms [1.464 ms, 1.487 ms] -
appsec 2.392 ms [2.345 ms, 2.44 ms] 917.316 µs (62.2%)
iast 2.165 ms [2.104 ms, 2.225 ms] 689.506 µs (46.7%)
iast_GLOBAL 2.214 ms [2.154 ms, 2.275 ms] 739.308 µs (50.1%)
profiling 2.01 ms [1.963 ms, 2.058 ms] 535.356 µs (36.3%)
tracing 1.998 ms [1.952 ms, 2.044 ms] 522.899 µs (35.5%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.475 ms [1.463 ms, 1.486 ms] -
appsec 2.389 ms [2.341 ms, 2.437 ms] 914.513 µs (62.0%)
iast 2.177 ms [2.117 ms, 2.238 ms] 702.673 µs (47.7%)
iast_GLOBAL 2.212 ms [2.151 ms, 2.272 ms] 737.325 µs (50.0%)
profiling 2.042 ms [1.993 ms, 2.091 ms] 566.949 µs (38.4%)
tracing 1.994 ms [1.947 ms, 2.04 ms] 519.127 µs (35.2%)

@jbachorik jbachorik requested a review from r1viollet April 4, 2025 09:42
@jbachorik jbachorik merged commit 295a700 into master Apr 7, 2025
252 checks passed
@jbachorik jbachorik deleted the jb/crash_reporter_s branch April 7, 2025 10:43
@github-actions github-actions bot added this to the 1.48.0 milestone Apr 7, 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
ValentinZakharov added a commit that referenced this pull request May 13, 2025
* Implemented WebSocket support for Netty 4.1

* Let propagate unhandled events and fix tests

* Refactoring

* Refactor netty test and fix instrumentation

* Improved pipeline processing - now you can insert handler in any place

* Fixed helper

* Refactoring

* WebSocket Server support for netty-4.0

* Missing handlers use cases for netty-4.1

* Fixed handlers for netty-4.0

* Tests for netty-4.0

* Refactoring

* WebSocket Server support for netty-3.8

* Tests for netty-3.8

* Spotless

* Fixed tests

* Add profiler env check command to AgentCLI (#8671)

* Remove dependency on bash from crash/oome uploder scripts (#8652)

* Do not apply JUnit 4 instrumentation to MUnit runners (#8675)

* Shutdown CI Visibility test event handlers before tracer (#8677)

* Prevent double reporting of Scalatest events when using SBT with test forking (#8682)

* Fix In-Product when config is empty (#8679)

should not stop the product with empty config

* Expand MUnit runners filter to catch munit.MUnitRunner in JUnit 4 instrumentation (#8683)

* Remove unused TestEventsHandler methods (#8674)

* Delete print line (#8686)

* Exclude ProxyLeakTask exception from exception profiling (#8666)

* Use jvmstat for JDKs 9+ programmatically (#8641)

* Update test.retry_reason to use full name of the feature (#8689)

* Allow dogstatsd port to be configurable with DD_DOGSTATSD_PORT (#8693)

* configurable dogstatsd port

* wait the client handshake

* move netty ws client to interested modules

* Added WebSocket tracing check

---------

Co-authored-by: Andrea Marziali <[email protected]>
Co-authored-by: Jaroslav Bachorik <[email protected]>
Co-authored-by: Nikita Tkachenko <[email protected]>
Co-authored-by: Jean-Philippe Bempel <[email protected]>
Co-authored-by: Daniel Mohedano <[email protected]>
Co-authored-by: Sarah Chen <[email protected]>
Co-authored-by: Matt <[email protected]>
Co-authored-by: Laplie Anderson <[email protected]>
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