Skip to content

Remove error log when source path resolution fails on isModified check #8663

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

daniel-mohedano
Copy link
Contributor

What Does This Do

Lowers the level of the log from error to debug when the source path resolution fails on a isModified check.

Motivation

Got feedback and questions from customers regarding the error log they were finding in their runs when having duplicate class names in their projects. Lowering it to debug level as it is not actionable on their side.

Additional Notes

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@daniel-mohedano daniel-mohedano added type: enhancement comp: ci visibility Continuous Integration Visibility labels Apr 2, 2025
@daniel-mohedano daniel-mohedano requested a review from a team as a code owner April 2, 2025 15:04
@pr-commenter
Copy link

pr-commenter bot commented Apr 2, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master daniel.mohedano/suppress-repo-index-resolution-exception
git_commit_date 1743662837 1743670473
git_commit_sha 063a99c 1ad3d73
release_version 1.48.0-SNAPSHOT~063a99c3e3 1.48.0-SNAPSHOT~1ad3d73502
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1743673627 1743673627
ci_job_id 878841360 878841360
ci_pipeline_id 60920744 60920744
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-9wzp2tf4 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-9wzp2tf4 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 65 metrics, 6 unstable metrics.

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.48.0-SNAPSHOT~1ad3d73502, baseline=1.48.0-SNAPSHOT~063a99c3e3

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.052 s) : 0, 1051731
Total [baseline] (8.659 s) : 0, 8659455
Agent [candidate] (1.052 s) : 0, 1052000
Total [candidate] (8.687 s) : 0, 8686753
section iast
Agent [baseline] (1.176 s) : 0, 1175666
Total [baseline] (9.234 s) : 0, 9234479
Agent [candidate] (1.187 s) : 0, 1186927
Total [candidate] (9.281 s) : 0, 9280565
section iast_HARDCODED_SECRET_DISABLED
Agent [baseline] (1.179 s) : 0, 1178996
Total [baseline] (9.212 s) : 0, 9211550
Agent [candidate] (1.18 s) : 0, 1179630
Total [candidate] (9.193 s) : 0, 9192589
section iast_TELEMETRY_OFF
Agent [baseline] (1.174 s) : 0, 1173848
Total [baseline] (9.235 s) : 0, 9234629
Agent [candidate] (1.186 s) : 0, 1186028
Total [candidate] (9.25 s) : 0, 9250190
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.052 s -
Agent iast 1.176 s 123.935 ms (11.8%)
Agent iast_HARDCODED_SECRET_DISABLED 1.179 s 127.264 ms (12.1%)
Agent iast_TELEMETRY_OFF 1.174 s 122.117 ms (11.6%)
Total tracing 8.659 s -
Total iast 9.234 s 575.024 ms (6.6%)
Total iast_HARDCODED_SECRET_DISABLED 9.212 s 552.095 ms (6.4%)
Total iast_TELEMETRY_OFF 9.235 s 575.174 ms (6.6%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.052 s -
Agent iast 1.187 s 134.927 ms (12.8%)
Agent iast_HARDCODED_SECRET_DISABLED 1.18 s 127.63 ms (12.1%)
Agent iast_TELEMETRY_OFF 1.186 s 134.028 ms (12.7%)
Total tracing 8.687 s -
Total iast 9.281 s 593.811 ms (6.8%)
Total iast_HARDCODED_SECRET_DISABLED 9.193 s 505.835 ms (5.8%)
Total iast_TELEMETRY_OFF 9.25 s 563.437 ms (6.5%)
gantt
    title insecure-bank - break down per module: candidate=1.48.0-SNAPSHOT~1ad3d73502, baseline=1.48.0-SNAPSHOT~063a99c3e3

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (718.125 ms) : 0, 718125
BytebuddyAgent [candidate] (718.476 ms) : 0, 718476
GlobalTracer [baseline] (239.513 ms) : 0, 239513
GlobalTracer [candidate] (239.421 ms) : 0, 239421
AppSec [baseline] (54.337 ms) : 0, 54337
AppSec [candidate] (56.471 ms) : 0, 56471
Debugger [baseline] (4.374 ms) : 0, 4374
Debugger [candidate] (4.372 ms) : 0, 4372
Remote Config [baseline] (689.919 µs) : 0, 690
Remote Config [candidate] (683.336 µs) : 0, 683
Telemetry [baseline] (14.134 ms) : 0, 14134
Telemetry [candidate] (12.103 ms) : 0, 12103
section iast
BytebuddyAgent [baseline] (835.072 ms) : 0, 835072
BytebuddyAgent [candidate] (843.61 ms) : 0, 843610
GlobalTracer [baseline] (228.515 ms) : 0, 228515
GlobalTracer [candidate] (230.178 ms) : 0, 230178
AppSec [baseline] (55.663 ms) : 0, 55663
AppSec [candidate] (55.382 ms) : 0, 55382
Debugger [baseline] (4.135 ms) : 0, 4135
Debugger [candidate] (4.132 ms) : 0, 4132
Remote Config [baseline] (595.629 µs) : 0, 596
Remote Config [candidate] (669.991 µs) : 0, 670
Telemetry [baseline] (8.674 ms) : 0, 8674
Telemetry [candidate] (8.737 ms) : 0, 8737
IAST [baseline] (22.658 ms) : 0, 22658
IAST [candidate] (23.681 ms) : 0, 23681
section iast_HARDCODED_SECRET_DISABLED
BytebuddyAgent [baseline] (837.311 ms) : 0, 837311
BytebuddyAgent [candidate] (837.302 ms) : 0, 837302
GlobalTracer [baseline] (229.444 ms) : 0, 229444
GlobalTracer [candidate] (230.008 ms) : 0, 230008
AppSec [baseline] (55.558 ms) : 0, 55558
AppSec [candidate] (55.61 ms) : 0, 55610
Debugger [baseline] (4.147 ms) : 0, 4147
Debugger [candidate] (4.141 ms) : 0, 4141
Remote Config [baseline] (599.639 µs) : 0, 600
Remote Config [candidate] (596.359 µs) : 0, 596
Telemetry [baseline] (8.76 ms) : 0, 8760
Telemetry [candidate] (8.665 ms) : 0, 8665
IAST [baseline] (22.705 ms) : 0, 22705
IAST [candidate] (22.776 ms) : 0, 22776
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (832.957 ms) : 0, 832957
BytebuddyAgent [candidate] (842.23 ms) : 0, 842230
GlobalTracer [baseline] (229.03 ms) : 0, 229030
GlobalTracer [candidate] (230.939 ms) : 0, 230939
AppSec [baseline] (55.826 ms) : 0, 55826
AppSec [candidate] (56.235 ms) : 0, 56235
Debugger [baseline] (4.164 ms) : 0, 4164
Debugger [candidate] (4.243 ms) : 0, 4243
Remote Config [baseline] (601.384 µs) : 0, 601
Remote Config [candidate] (620.229 µs) : 0, 620
Telemetry [baseline] (8.526 ms) : 0, 8526
Telemetry [candidate] (8.674 ms) : 0, 8674
IAST [baseline] (22.372 ms) : 0, 22372
IAST [candidate] (22.527 ms) : 0, 22527
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.48.0-SNAPSHOT~1ad3d73502, baseline=1.48.0-SNAPSHOT~063a99c3e3

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.049 s) : 0, 1048582
Total [baseline] (10.49 s) : 0, 10489688
Agent [candidate] (1.055 s) : 0, 1055206
Total [candidate] (10.484 s) : 0, 10484473
section appsec
Agent [baseline] (1.191 s) : 0, 1191361
Total [baseline] (10.747 s) : 0, 10746882
Agent [candidate] (1.195 s) : 0, 1194864
Total [candidate] (10.758 s) : 0, 10757942
section iast
Agent [baseline] (1.205 s) : 0, 1205123
Total [baseline] (11.022 s) : 0, 11022102
Agent [candidate] (1.182 s) : 0, 1181581
Total [candidate] (11.073 s) : 0, 11073474
section profiling
Agent [baseline] (1.279 s) : 0, 1278983
Total [baseline] (10.888 s) : 0, 10888460
Agent [candidate] (1.276 s) : 0, 1276316
Total [candidate] (10.883 s) : 0, 10883106
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.049 s -
Agent appsec 1.191 s 142.778 ms (13.6%)
Agent iast 1.205 s 156.541 ms (14.9%)
Agent profiling 1.279 s 230.4 ms (22.0%)
Total tracing 10.49 s -
Total appsec 10.747 s 257.194 ms (2.5%)
Total iast 11.022 s 532.414 ms (5.1%)
Total profiling 10.888 s 398.772 ms (3.8%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.055 s -
Agent appsec 1.195 s 139.658 ms (13.2%)
Agent iast 1.182 s 126.375 ms (12.0%)
Agent profiling 1.276 s 221.11 ms (21.0%)
Total tracing 10.484 s -
Total appsec 10.758 s 273.469 ms (2.6%)
Total iast 11.073 s 589.0 ms (5.6%)
Total profiling 10.883 s 398.633 ms (3.8%)
gantt
    title petclinic - break down per module: candidate=1.48.0-SNAPSHOT~1ad3d73502, baseline=1.48.0-SNAPSHOT~063a99c3e3

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (716.817 ms) : 0, 716817
BytebuddyAgent [candidate] (719.115 ms) : 0, 719115
GlobalTracer [baseline] (238.538 ms) : 0, 238538
GlobalTracer [candidate] (240.446 ms) : 0, 240446
AppSec [baseline] (55.704 ms) : 0, 55704
AppSec [candidate] (55.644 ms) : 0, 55644
Debugger [baseline] (4.337 ms) : 0, 4337
Debugger [candidate] (4.389 ms) : 0, 4389
Remote Config [baseline] (682.128 µs) : 0, 682
Remote Config [candidate] (694.939 µs) : 0, 695
Telemetry [baseline] (12.089 ms) : 0, 12089
Telemetry [candidate] (14.354 ms) : 0, 14354
section appsec
BytebuddyAgent [baseline] (735.396 ms) : 0, 735396
BytebuddyAgent [candidate] (738.491 ms) : 0, 738491
GlobalTracer [baseline] (235.856 ms) : 0, 235856
GlobalTracer [candidate] (236.147 ms) : 0, 236147
AppSec [baseline] (175.786 ms) : 0, 175786
AppSec [candidate] (175.539 ms) : 0, 175539
Debugger [baseline] (4.267 ms) : 0, 4267
Debugger [candidate] (4.267 ms) : 0, 4267
Remote Config [baseline] (637.653 µs) : 0, 638
Remote Config [candidate] (635.787 µs) : 0, 636
Telemetry [baseline] (8.222 ms) : 0, 8222
Telemetry [candidate] (8.573 ms) : 0, 8573
IAST [baseline] (21.433 ms) : 0, 21433
IAST [candidate] (21.443 ms) : 0, 21443
section iast
BytebuddyAgent [baseline] (858.617 ms) : 0, 858617
BytebuddyAgent [candidate] (839.938 ms) : 0, 839938
GlobalTracer [baseline] (232.559 ms) : 0, 232559
GlobalTracer [candidate] (229.66 ms) : 0, 229660
AppSec [baseline] (56.19 ms) : 0, 56190
AppSec [candidate] (55.415 ms) : 0, 55415
Debugger [baseline] (4.227 ms) : 0, 4227
Debugger [candidate] (4.1 ms) : 0, 4100
Remote Config [baseline] (617.44 µs) : 0, 617
Remote Config [candidate] (594.72 µs) : 0, 595
Telemetry [baseline] (8.873 ms) : 0, 8873
Telemetry [candidate] (8.692 ms) : 0, 8692
IAST [baseline] (23.245 ms) : 0, 23245
IAST [candidate] (22.631 ms) : 0, 22631
section profiling
BytebuddyAgent [baseline] (712.251 ms) : 0, 712251
BytebuddyAgent [candidate] (710.46 ms) : 0, 710460
GlobalTracer [baseline] (349.818 ms) : 0, 349818
GlobalTracer [candidate] (350.142 ms) : 0, 350142
AppSec [baseline] (53.665 ms) : 0, 53665
AppSec [candidate] (53.167 ms) : 0, 53167
Debugger [baseline] (5.113 ms) : 0, 5113
Debugger [candidate] (4.328 ms) : 0, 4328
Remote Config [baseline] (702.161 µs) : 0, 702
Remote Config [candidate] (702.147 µs) : 0, 702
Telemetry [baseline] (8.98 ms) : 0, 8980
Telemetry [candidate] (9.032 ms) : 0, 9032
ProfilingAgent [baseline] (102.636 ms) : 0, 102636
ProfilingAgent [candidate] (102.826 ms) : 0, 102826
Profiling [baseline] (102.663 ms) : 0, 102663
Profiling [candidate] (102.853 ms) : 0, 102853
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
end_time 2025-04-03T09:17:21 2025-04-03T09:25:06
git_branch master daniel.mohedano/suppress-repo-index-resolution-exception
git_commit_date 1743662837 1743670473
git_commit_sha 063a99c 1ad3d73
release_version 1.48.0-SNAPSHOT~063a99c3e3 1.48.0-SNAPSHOT~1ad3d73502
start_time 2025-04-03T09:17:07 2025-04-03T09:24:52
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1743672706 1743672706
ci_job_id 878841362 878841362
ci_pipeline_id 60920744 60920744
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-xaji3wd6 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-xaji3wd6 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~1ad3d73502, baseline=1.48.0-SNAPSHOT~063a99c3e3
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.365 ms) : 1344, 1385
.   : milestone, 1365,
appsec (1.724 ms) : 1701, 1748
.   : milestone, 1724,
appsec_no_iast (1.748 ms) : 1725, 1771
.   : milestone, 1748,
code_origins (1.676 ms) : 1649, 1703
.   : milestone, 1676,
iast (1.505 ms) : 1481, 1530
.   : milestone, 1505,
profiling (1.548 ms) : 1523, 1573
.   : milestone, 1548,
tracing (1.516 ms) : 1491, 1540
.   : milestone, 1516,
section candidate
no_agent (1.363 ms) : 1343, 1382
.   : milestone, 1363,
appsec (1.729 ms) : 1705, 1754
.   : milestone, 1729,
appsec_no_iast (1.749 ms) : 1725, 1773
.   : milestone, 1749,
code_origins (1.709 ms) : 1682, 1735
.   : milestone, 1709,
iast (1.527 ms) : 1502, 1551
.   : milestone, 1527,
profiling (1.547 ms) : 1522, 1572
.   : milestone, 1547,
tracing (1.514 ms) : 1490, 1538
.   : milestone, 1514,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.365 ms [1.344 ms, 1.385 ms] -
appsec 1.724 ms [1.701 ms, 1.748 ms] 359.626 µs (26.4%)
appsec_no_iast 1.748 ms [1.725 ms, 1.771 ms] 383.161 µs (28.1%)
code_origins 1.676 ms [1.649 ms, 1.703 ms] 311.386 µs (22.8%)
iast 1.505 ms [1.481 ms, 1.53 ms] 140.576 µs (10.3%)
profiling 1.548 ms [1.523 ms, 1.573 ms] 183.39 µs (13.4%)
tracing 1.516 ms [1.491 ms, 1.54 ms] 150.831 µs (11.1%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.363 ms [1.343 ms, 1.382 ms] -
appsec 1.729 ms [1.705 ms, 1.754 ms] 366.82 µs (26.9%)
appsec_no_iast 1.749 ms [1.725 ms, 1.773 ms] 386.517 µs (28.4%)
code_origins 1.709 ms [1.682 ms, 1.735 ms] 346.05 µs (25.4%)
iast 1.527 ms [1.502 ms, 1.551 ms] 163.846 µs (12.0%)
profiling 1.547 ms [1.522 ms, 1.572 ms] 184.18 µs (13.5%)
tracing 1.514 ms [1.49 ms, 1.538 ms] 151.385 µs (11.1%)
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.48.0-SNAPSHOT~1ad3d73502, baseline=1.48.0-SNAPSHOT~063a99c3e3
    dateFormat X
    axisFormat %s
section baseline
no_agent (390.9 µs) : 371, 411
.   : milestone, 391,
iast (520.028 µs) : 498, 542
.   : milestone, 520,
iast_FULL (733.904 µs) : 712, 756
.   : milestone, 734,
iast_GLOBAL (567.168 µs) : 543, 591
.   : milestone, 567,
iast_HARDCODED_SECRET_DISABLED (521.489 µs) : 500, 543
.   : milestone, 521,
iast_INACTIVE (460.734 µs) : 439, 482
.   : milestone, 461,
iast_TELEMETRY_OFF (500.102 µs) : 478, 522
.   : milestone, 500,
tracing (461.415 µs) : 440, 483
.   : milestone, 461,
section candidate
no_agent (382.139 µs) : 362, 403
.   : milestone, 382,
iast (513.788 µs) : 492, 536
.   : milestone, 514,
iast_FULL (731.444 µs) : 709, 753
.   : milestone, 731,
iast_GLOBAL (559.984 µs) : 538, 582
.   : milestone, 560,
iast_HARDCODED_SECRET_DISABLED (512.193 µs) : 490, 534
.   : milestone, 512,
iast_INACTIVE (467.761 µs) : 446, 489
.   : milestone, 468,
iast_TELEMETRY_OFF (502.695 µs) : 481, 525
.   : milestone, 503,
tracing (461.814 µs) : 441, 483
.   : milestone, 462,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 390.9 µs [370.977 µs, 410.824 µs] -
iast 520.028 µs [497.624 µs, 542.432 µs] 129.127 µs (33.0%)
iast_FULL 733.904 µs [711.924 µs, 755.885 µs] 343.004 µs (87.7%)
iast_GLOBAL 567.168 µs [543.354 µs, 590.982 µs] 176.267 µs (45.1%)
iast_HARDCODED_SECRET_DISABLED 521.489 µs [499.637 µs, 543.341 µs] 130.589 µs (33.4%)
iast_INACTIVE 460.734 µs [439.416 µs, 482.053 µs] 69.834 µs (17.9%)
iast_TELEMETRY_OFF 500.102 µs [477.831 µs, 522.374 µs] 109.202 µs (27.9%)
tracing 461.415 µs [440.264 µs, 482.566 µs] 70.515 µs (18.0%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 382.139 µs [361.722 µs, 402.555 µs] -
iast 513.788 µs [492.071 µs, 535.505 µs] 131.649 µs (34.5%)
iast_FULL 731.444 µs [709.5 µs, 753.388 µs] 349.305 µs (91.4%)
iast_GLOBAL 559.984 µs [538.259 µs, 581.709 µs] 177.845 µs (46.5%)
iast_HARDCODED_SECRET_DISABLED 512.193 µs [490.431 µs, 533.955 µs] 130.054 µs (34.0%)
iast_INACTIVE 467.761 µs [446.338 µs, 489.185 µs] 85.622 µs (22.4%)
iast_TELEMETRY_OFF 502.695 µs [480.807 µs, 524.582 µs] 120.556 µs (31.5%)
tracing 461.814 µs [440.894 µs, 482.734 µs] 79.676 µs (20.8%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master daniel.mohedano/suppress-repo-index-resolution-exception
git_commit_date 1743662837 1743670473
git_commit_sha 063a99c 1ad3d73
release_version 1.48.0-SNAPSHOT~063a99c3e3 1.48.0-SNAPSHOT~1ad3d73502
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1743673181 1743673181
ci_job_id 878841364 878841364
ci_pipeline_id 60920744 60920744
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-bpe10zhg 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-bpe10zhg 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~1ad3d73502, baseline=1.48.0-SNAPSHOT~063a99c3e3
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.452 s) : 15452000, 15452000
.   : milestone, 15452000,
appsec (14.986 s) : 14986000, 14986000
.   : milestone, 14986000,
iast (18.839 s) : 18839000, 18839000
.   : milestone, 18839000,
iast_GLOBAL (18.022 s) : 18022000, 18022000
.   : milestone, 18022000,
profiling (15.125 s) : 15125000, 15125000
.   : milestone, 15125000,
tracing (15.213 s) : 15213000, 15213000
.   : milestone, 15213000,
section candidate
no_agent (15.41 s) : 15410000, 15410000
.   : milestone, 15410000,
appsec (15.241 s) : 15241000, 15241000
.   : milestone, 15241000,
iast (19.153 s) : 19153000, 19153000
.   : milestone, 19153000,
iast_GLOBAL (18.299 s) : 18299000, 18299000
.   : milestone, 18299000,
profiling (14.996 s) : 14996000, 14996000
.   : milestone, 14996000,
tracing (14.896 s) : 14896000, 14896000
.   : milestone, 14896000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.452 s [15.452 s, 15.452 s] -
appsec 14.986 s [14.986 s, 14.986 s] -466.0 ms (-3.0%)
iast 18.839 s [18.839 s, 18.839 s] 3.387 s (21.9%)
iast_GLOBAL 18.022 s [18.022 s, 18.022 s] 2.57 s (16.6%)
profiling 15.125 s [15.125 s, 15.125 s] -327.0 ms (-2.1%)
tracing 15.213 s [15.213 s, 15.213 s] -239.0 ms (-1.5%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.41 s [15.41 s, 15.41 s] -
appsec 15.241 s [15.241 s, 15.241 s] -169.0 ms (-1.1%)
iast 19.153 s [19.153 s, 19.153 s] 3.743 s (24.3%)
iast_GLOBAL 18.299 s [18.299 s, 18.299 s] 2.889 s (18.7%)
profiling 14.996 s [14.996 s, 14.996 s] -414.0 ms (-2.7%)
tracing 14.896 s [14.896 s, 14.896 s] -514.0 ms (-3.3%)
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.48.0-SNAPSHOT~1ad3d73502, baseline=1.48.0-SNAPSHOT~063a99c3e3
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.47 ms) : 1459, 1482
.   : milestone, 1470,
appsec (2.373 ms) : 2326, 2419
.   : milestone, 2373,
iast (2.147 ms) : 2088, 2206
.   : milestone, 2147,
iast_GLOBAL (2.193 ms) : 2135, 2252
.   : milestone, 2193,
profiling (1.984 ms) : 1938, 2031
.   : milestone, 1984,
tracing (1.981 ms) : 1936, 2027
.   : milestone, 1981,
section candidate
no_agent (1.469 ms) : 1457, 1480
.   : milestone, 1469,
appsec (2.372 ms) : 2326, 2419
.   : milestone, 2372,
iast (2.151 ms) : 2093, 2210
.   : milestone, 2151,
iast_GLOBAL (2.195 ms) : 2136, 2254
.   : milestone, 2195,
profiling (2.023 ms) : 1975, 2071
.   : milestone, 2023,
tracing (1.974 ms) : 1929, 2019
.   : milestone, 1974,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.47 ms [1.459 ms, 1.482 ms] -
appsec 2.373 ms [2.326 ms, 2.419 ms] 902.715 µs (61.4%)
iast 2.147 ms [2.088 ms, 2.206 ms] 676.847 µs (46.0%)
iast_GLOBAL 2.193 ms [2.135 ms, 2.252 ms] 723.209 µs (49.2%)
profiling 1.984 ms [1.938 ms, 2.031 ms] 514.031 µs (35.0%)
tracing 1.981 ms [1.936 ms, 2.027 ms] 511.103 µs (34.8%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.469 ms [1.457 ms, 1.48 ms] -
appsec 2.372 ms [2.326 ms, 2.419 ms] 903.896 µs (61.6%)
iast 2.151 ms [2.093 ms, 2.21 ms] 682.473 µs (46.5%)
iast_GLOBAL 2.195 ms [2.136 ms, 2.254 ms] 726.19 µs (49.4%)
profiling 2.023 ms [1.975 ms, 2.071 ms] 554.228 µs (37.7%)
tracing 1.974 ms [1.929 ms, 2.019 ms] 505.72 µs (34.4%)

@daniel-mohedano daniel-mohedano merged commit fc84de9 into master Apr 3, 2025
252 of 259 checks passed
@daniel-mohedano daniel-mohedano deleted the daniel.mohedano/suppress-repo-index-resolution-exception branch April 3, 2025 09:56
@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
Labels
comp: ci visibility Continuous Integration Visibility type: enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants