Skip to content

Ensure shaded helpers have unique names #8559

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 1 commit into from
Mar 14, 2025
Merged

Conversation

amarziali
Copy link
Collaborator

What Does This Do

When having more than 1 shaded instrumentation module, the wrong helpers are injected since we do not have uniqueness in the package name for each shaded module but we just use 'shaded' for the shaded version.

I'm proposing using the hashcode of the relocation maps to ensure that.

Motivation

Additional Notes

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@amarziali amarziali requested a review from a team as a code owner March 14, 2025 08:23
@amarziali amarziali requested a review from PerfectSlayer March 14, 2025 08:23
Copy link
Contributor

Hi! 👋 Thanks for your pull request! 🎉

To help us review it, please make sure to:

  • Add at least one type, and one component or instrumentation label to the pull request

If you need help, please check our contributing guidelines.

@pr-commenter
Copy link

pr-commenter bot commented Mar 14, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master andrea.marziali/shade
git_commit_date 1741898004 1741940482
git_commit_sha 56d8cd8 fbbf80c
release_version 1.48.0-SNAPSHOT~56d8cd82bc 1.48.0-SNAPSHOT~fbbf80ca63
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1741942977 1741942977
ci_job_id 847901883 847901883
ci_pipeline_id 58812699 58812699
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-moshnsiy-project-304-concurrent-1-49r1to24 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-moshnsiy-project-304-concurrent-1-49r1to24 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 59 metrics, 4 unstable metrics.

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.48.0-SNAPSHOT~fbbf80ca63, baseline=1.48.0-SNAPSHOT~56d8cd82bc

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.043 s) : 0, 1043383
Total [baseline] (8.708 s) : 0, 8708107
Agent [candidate] (1.039 s) : 0, 1039103
Total [candidate] (8.664 s) : 0, 8663586
section iast
Agent [baseline] (1.171 s) : 0, 1170810
Total [baseline] (9.248 s) : 0, 9248264
Agent [candidate] (1.176 s) : 0, 1175512
Total [candidate] (9.259 s) : 0, 9258815
section iast_HARDCODED_SECRET_DISABLED
Agent [baseline] (1.171 s) : 0, 1170782
Total [baseline] (9.187 s) : 0, 9186591
Agent [candidate] (1.171 s) : 0, 1171093
Total [candidate] (9.195 s) : 0, 9195238
section iast_TELEMETRY_OFF
Agent [baseline] (1.175 s) : 0, 1174847
Total [baseline] (9.253 s) : 0, 9252884
Agent [candidate] (1.171 s) : 0, 1171006
Total [candidate] (9.236 s) : 0, 9235991
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.043 s -
Agent iast 1.171 s 127.427 ms (12.2%)
Agent iast_HARDCODED_SECRET_DISABLED 1.171 s 127.399 ms (12.2%)
Agent iast_TELEMETRY_OFF 1.175 s 131.464 ms (12.6%)
Total tracing 8.708 s -
Total iast 9.248 s 540.157 ms (6.2%)
Total iast_HARDCODED_SECRET_DISABLED 9.187 s 478.484 ms (5.5%)
Total iast_TELEMETRY_OFF 9.253 s 544.778 ms (6.3%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.039 s -
Agent iast 1.176 s 136.409 ms (13.1%)
Agent iast_HARDCODED_SECRET_DISABLED 1.171 s 131.99 ms (12.7%)
Agent iast_TELEMETRY_OFF 1.171 s 131.903 ms (12.7%)
Total tracing 8.664 s -
Total iast 9.259 s 595.229 ms (6.9%)
Total iast_HARDCODED_SECRET_DISABLED 9.195 s 531.652 ms (6.1%)
Total iast_TELEMETRY_OFF 9.236 s 572.405 ms (6.6%)
gantt
    title insecure-bank - break down per module: candidate=1.48.0-SNAPSHOT~fbbf80ca63, baseline=1.48.0-SNAPSHOT~56d8cd82bc

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (719.104 ms) : 0, 719104
BytebuddyAgent [candidate] (716.622 ms) : 0, 716622
GlobalTracer [baseline] (239.504 ms) : 0, 239504
GlobalTracer [candidate] (239.045 ms) : 0, 239045
AppSec [baseline] (54.668 ms) : 0, 54668
AppSec [candidate] (54.38 ms) : 0, 54380
Remote Config [baseline] (698.345 µs) : 0, 698
Remote Config [candidate] (697.822 µs) : 0, 698
Telemetry [baseline] (14.212 ms) : 0, 14212
Telemetry [candidate] (13.17 ms) : 0, 13170
section iast
BytebuddyAgent [baseline] (837.468 ms) : 0, 837468
BytebuddyAgent [candidate] (840.997 ms) : 0, 840997
GlobalTracer [baseline] (229.823 ms) : 0, 229823
GlobalTracer [candidate] (230.782 ms) : 0, 230782
IAST [baseline] (22.721 ms) : 0, 22721
IAST [candidate] (22.764 ms) : 0, 22764
AppSec [baseline] (56.389 ms) : 0, 56389
AppSec [candidate] (56.337 ms) : 0, 56337
Remote Config [baseline] (613.693 µs) : 0, 614
Remote Config [candidate] (611.649 µs) : 0, 612
Telemetry [baseline] (8.639 ms) : 0, 8639
Telemetry [candidate] (8.763 ms) : 0, 8763
section iast_HARDCODED_SECRET_DISABLED
BytebuddyAgent [baseline] (837.187 ms) : 0, 837187
BytebuddyAgent [candidate] (836.935 ms) : 0, 836935
GlobalTracer [baseline] (230.304 ms) : 0, 230304
GlobalTracer [candidate] (230.62 ms) : 0, 230620
IAST [baseline] (23.572 ms) : 0, 23572
IAST [candidate] (22.991 ms) : 0, 22991
AppSec [baseline] (55.106 ms) : 0, 55106
AppSec [candidate] (55.99 ms) : 0, 55990
Remote Config [baseline] (599.047 µs) : 0, 599
Remote Config [candidate] (606.34 µs) : 0, 606
Telemetry [baseline] (8.696 ms) : 0, 8696
Telemetry [candidate] (8.718 ms) : 0, 8718
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (839.873 ms) : 0, 839873
BytebuddyAgent [candidate] (836.035 ms) : 0, 836035
GlobalTracer [baseline] (231.079 ms) : 0, 231079
GlobalTracer [candidate] (231.157 ms) : 0, 231157
IAST [baseline] (22.425 ms) : 0, 22425
IAST [candidate] (22.596 ms) : 0, 22596
AppSec [baseline] (56.708 ms) : 0, 56708
AppSec [candidate] (56.558 ms) : 0, 56558
Remote Config [baseline] (618.694 µs) : 0, 619
Remote Config [candidate] (631.602 µs) : 0, 632
Telemetry [baseline] (8.814 ms) : 0, 8814
Telemetry [candidate] (8.759 ms) : 0, 8759
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.48.0-SNAPSHOT~fbbf80ca63, baseline=1.48.0-SNAPSHOT~56d8cd82bc

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.05 s) : 0, 1050253
Total [baseline] (10.471 s) : 0, 10471101
Agent [candidate] (1.046 s) : 0, 1045735
Total [candidate] (10.437 s) : 0, 10436598
section appsec
Agent [baseline] (1.181 s) : 0, 1181299
Total [baseline] (10.746 s) : 0, 10746064
Agent [candidate] (1.185 s) : 0, 1185423
Total [candidate] (10.772 s) : 0, 10771678
section iast
Agent [baseline] (1.172 s) : 0, 1171816
Total [baseline] (10.986 s) : 0, 10985958
Agent [candidate] (1.172 s) : 0, 1172329
Total [candidate] (10.995 s) : 0, 10994821
section profiling
Agent [baseline] (1.266 s) : 0, 1266284
Total [baseline] (10.907 s) : 0, 10906676
Agent [candidate] (1.259 s) : 0, 1258679
Total [candidate] (10.808 s) : 0, 10808017
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.05 s -
Agent appsec 1.181 s 131.046 ms (12.5%)
Agent iast 1.172 s 121.563 ms (11.6%)
Agent profiling 1.266 s 216.03 ms (20.6%)
Total tracing 10.471 s -
Total appsec 10.746 s 274.962 ms (2.6%)
Total iast 10.986 s 514.857 ms (4.9%)
Total profiling 10.907 s 435.575 ms (4.2%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.046 s -
Agent appsec 1.185 s 139.688 ms (13.4%)
Agent iast 1.172 s 126.593 ms (12.1%)
Agent profiling 1.259 s 212.944 ms (20.4%)
Total tracing 10.437 s -
Total appsec 10.772 s 335.081 ms (3.2%)
Total iast 10.995 s 558.224 ms (5.3%)
Total profiling 10.808 s 371.419 ms (3.6%)
gantt
    title petclinic - break down per module: candidate=1.48.0-SNAPSHOT~fbbf80ca63, baseline=1.48.0-SNAPSHOT~56d8cd82bc

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (723.234 ms) : 0, 723234
BytebuddyAgent [candidate] (721.848 ms) : 0, 721848
GlobalTracer [baseline] (240.533 ms) : 0, 240533
GlobalTracer [candidate] (240.15 ms) : 0, 240150
AppSec [baseline] (54.842 ms) : 0, 54842
AppSec [candidate] (54.797 ms) : 0, 54797
Remote Config [baseline] (707.195 µs) : 0, 707
Remote Config [candidate] (692.673 µs) : 0, 693
Telemetry [baseline] (15.686 ms) : 0, 15686
Telemetry [candidate] (12.991 ms) : 0, 12991
section appsec
BytebuddyAgent [baseline] (734.888 ms) : 0, 734888
BytebuddyAgent [candidate] (737.74 ms) : 0, 737740
GlobalTracer [baseline] (235.756 ms) : 0, 235756
GlobalTracer [candidate] (236.698 ms) : 0, 236698
IAST [baseline] (21.302 ms) : 0, 21302
IAST [candidate] (21.655 ms) : 0, 21655
AppSec [baseline] (175.849 ms) : 0, 175849
AppSec [candidate] (175.966 ms) : 0, 175966
Remote Config [baseline] (666.191 µs) : 0, 666
Remote Config [candidate] (662.652 µs) : 0, 663
Telemetry [baseline] (8.305 ms) : 0, 8305
Telemetry [candidate] (8.31 ms) : 0, 8310
section iast
BytebuddyAgent [baseline] (837.993 ms) : 0, 837993
BytebuddyAgent [candidate] (837.385 ms) : 0, 837385
GlobalTracer [baseline] (230.487 ms) : 0, 230487
GlobalTracer [candidate] (231.015 ms) : 0, 231015
IAST [baseline] (22.766 ms) : 0, 22766
IAST [candidate] (22.88 ms) : 0, 22880
AppSec [baseline] (56.047 ms) : 0, 56047
AppSec [candidate] (56.537 ms) : 0, 56537
Remote Config [baseline] (604.89 µs) : 0, 605
Remote Config [candidate] (614.162 µs) : 0, 614
Telemetry [baseline] (8.673 ms) : 0, 8673
Telemetry [candidate] (8.707 ms) : 0, 8707
section profiling
BytebuddyAgent [baseline] (711.178 ms) : 0, 711178
BytebuddyAgent [candidate] (709.66 ms) : 0, 709660
GlobalTracer [baseline] (352.343 ms) : 0, 352343
GlobalTracer [candidate] (349.14 ms) : 0, 349140
AppSec [baseline] (54.819 ms) : 0, 54819
AppSec [candidate] (53.271 ms) : 0, 53271
Remote Config [baseline] (697.493 µs) : 0, 697
Remote Config [candidate] (681.036 µs) : 0, 681
Telemetry [baseline] (9.069 ms) : 0, 9069
Telemetry [candidate] (8.988 ms) : 0, 8988
ProfilingAgent [baseline] (97.364 ms) : 0, 97364
ProfilingAgent [candidate] (96.312 ms) : 0, 96312
Profiling [baseline] (97.389 ms) : 0, 97389
Profiling [candidate] (96.337 ms) : 0, 96337
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
end_time 2025-03-14T08:33:29 2025-03-14T08:41:17
git_branch master andrea.marziali/shade
git_commit_date 1741898004 1741940482
git_commit_sha 56d8cd8 fbbf80c
release_version 1.48.0-SNAPSHOT~56d8cd82bc 1.48.0-SNAPSHOT~fbbf80ca63
start_time 2025-03-14T08:33:14 2025-03-14T08:41:02
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1741942077 1741942077
ci_job_id 847901884 847901884
ci_pipeline_id 58812699 58812699
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-dgzduy7c-project-304-concurrent-0-onkaztm0 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-dgzduy7c-project-304-concurrent-0-onkaztm0 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~fbbf80ca63, baseline=1.48.0-SNAPSHOT~56d8cd82bc
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.381 ms) : 1362, 1401
.   : milestone, 1381,
appsec (1.728 ms) : 1704, 1752
.   : milestone, 1728,
appsec_no_iast (1.766 ms) : 1741, 1792
.   : milestone, 1766,
code_origins (1.702 ms) : 1674, 1729
.   : milestone, 1702,
iast (1.526 ms) : 1502, 1550
.   : milestone, 1526,
profiling (1.523 ms) : 1500, 1547
.   : milestone, 1523,
tracing (1.517 ms) : 1492, 1541
.   : milestone, 1517,
section candidate
no_agent (1.37 ms) : 1350, 1389
.   : milestone, 1370,
appsec (1.733 ms) : 1709, 1757
.   : milestone, 1733,
appsec_no_iast (1.738 ms) : 1714, 1763
.   : milestone, 1738,
code_origins (1.71 ms) : 1684, 1737
.   : milestone, 1710,
iast (1.531 ms) : 1507, 1556
.   : milestone, 1531,
profiling (1.559 ms) : 1534, 1584
.   : milestone, 1559,
tracing (1.514 ms) : 1489, 1539
.   : milestone, 1514,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.381 ms [1.362 ms, 1.401 ms] -
appsec 1.728 ms [1.704 ms, 1.752 ms] 346.765 µs (25.1%)
appsec_no_iast 1.766 ms [1.741 ms, 1.792 ms] 384.793 µs (27.9%)
code_origins 1.702 ms [1.674 ms, 1.729 ms] 320.448 µs (23.2%)
iast 1.526 ms [1.502 ms, 1.55 ms] 144.232 µs (10.4%)
profiling 1.523 ms [1.5 ms, 1.547 ms] 141.745 µs (10.3%)
tracing 1.517 ms [1.492 ms, 1.541 ms] 135.209 µs (9.8%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.37 ms [1.35 ms, 1.389 ms] -
appsec 1.733 ms [1.709 ms, 1.757 ms] 363.429 µs (26.5%)
appsec_no_iast 1.738 ms [1.714 ms, 1.763 ms] 368.471 µs (26.9%)
code_origins 1.71 ms [1.684 ms, 1.737 ms] 340.636 µs (24.9%)
iast 1.531 ms [1.507 ms, 1.556 ms] 161.677 µs (11.8%)
profiling 1.559 ms [1.534 ms, 1.584 ms] 189.356 µs (13.8%)
tracing 1.514 ms [1.489 ms, 1.539 ms] 144.116 µs (10.5%)
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.48.0-SNAPSHOT~fbbf80ca63, baseline=1.48.0-SNAPSHOT~56d8cd82bc
    dateFormat X
    axisFormat %s
section baseline
no_agent (387.509 µs) : 368, 407
.   : milestone, 388,
iast (527.095 µs) : 505, 549
.   : milestone, 527,
iast_FULL (732.051 µs) : 710, 754
.   : milestone, 732,
iast_GLOBAL (565.756 µs) : 544, 588
.   : milestone, 566,
iast_HARDCODED_SECRET_DISABLED (519.544 µs) : 498, 541
.   : milestone, 520,
iast_INACTIVE (476.548 µs) : 455, 498
.   : milestone, 477,
iast_TELEMETRY_OFF (514.123 µs) : 492, 536
.   : milestone, 514,
tracing (469.698 µs) : 449, 491
.   : milestone, 470,
section candidate
no_agent (390.287 µs) : 370, 410
.   : milestone, 390,
iast (521.887 µs) : 500, 543
.   : milestone, 522,
iast_FULL (739.29 µs) : 718, 761
.   : milestone, 739,
iast_GLOBAL (568.428 µs) : 547, 590
.   : milestone, 568,
iast_HARDCODED_SECRET_DISABLED (522.204 µs) : 500, 544
.   : milestone, 522,
iast_INACTIVE (473.827 µs) : 452, 495
.   : milestone, 474,
iast_TELEMETRY_OFF (503.086 µs) : 481, 526
.   : milestone, 503,
tracing (457.418 µs) : 437, 478
.   : milestone, 457,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 387.509 µs [367.861 µs, 407.157 µs] -
iast 527.095 µs [504.924 µs, 549.267 µs] 139.586 µs (36.0%)
iast_FULL 732.051 µs [710.094 µs, 754.009 µs] 344.542 µs (88.9%)
iast_GLOBAL 565.756 µs [543.932 µs, 587.58 µs] 178.247 µs (46.0%)
iast_HARDCODED_SECRET_DISABLED 519.544 µs [498.09 µs, 540.997 µs] 132.034 µs (34.1%)
iast_INACTIVE 476.548 µs [454.935 µs, 498.16 µs] 89.038 µs (23.0%)
iast_TELEMETRY_OFF 514.123 µs [492.395 µs, 535.852 µs] 126.614 µs (32.7%)
tracing 469.698 µs [448.778 µs, 490.618 µs] 82.188 µs (21.2%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 390.287 µs [370.344 µs, 410.23 µs] -
iast 521.887 µs [500.31 µs, 543.464 µs] 131.6 µs (33.7%)
iast_FULL 739.29 µs [717.597 µs, 760.983 µs] 349.003 µs (89.4%)
iast_GLOBAL 568.428 µs [546.994 µs, 589.863 µs] 178.141 µs (45.6%)
iast_HARDCODED_SECRET_DISABLED 522.204 µs [500.065 µs, 544.344 µs] 131.917 µs (33.8%)
iast_INACTIVE 473.827 µs [452.196 µs, 495.459 µs] 83.54 µs (21.4%)
iast_TELEMETRY_OFF 503.086 µs [480.602 µs, 525.571 µs] 112.799 µs (28.9%)
tracing 457.418 µs [436.779 µs, 478.056 µs] 67.131 µs (17.2%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master andrea.marziali/shade
git_commit_date 1741898004 1741940482
git_commit_sha 56d8cd8 fbbf80c
release_version 1.48.0-SNAPSHOT~56d8cd82bc 1.48.0-SNAPSHOT~fbbf80ca63
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1741942560 1741942560
ci_job_id 847901885 847901885
ci_pipeline_id 58812699 58812699
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-gzhmqs6t-project-304-concurrent-0-6dyn4ip3 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-gzhmqs6t-project-304-concurrent-0-6dyn4ip3 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 tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.48.0-SNAPSHOT~fbbf80ca63, baseline=1.48.0-SNAPSHOT~56d8cd82bc
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.476 ms) : 1465, 1488
.   : milestone, 1476,
appsec (2.353 ms) : 2309, 2397
.   : milestone, 2353,
iast (2.118 ms) : 2062, 2174
.   : milestone, 2118,
iast_GLOBAL (2.178 ms) : 2121, 2235
.   : milestone, 2178,
profiling (2.003 ms) : 1958, 2048
.   : milestone, 2003,
tracing (1.953 ms) : 1910, 1996
.   : milestone, 1953,
section candidate
no_agent (1.476 ms) : 1464, 1487
.   : milestone, 1476,
appsec (2.335 ms) : 2292, 2379
.   : milestone, 2335,
iast (2.122 ms) : 2066, 2178
.   : milestone, 2122,
iast_GLOBAL (2.167 ms) : 2111, 2224
.   : milestone, 2167,
profiling (1.967 ms) : 1924, 2011
.   : milestone, 1967,
tracing (1.955 ms) : 1912, 1998
.   : milestone, 1955,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.476 ms [1.465 ms, 1.488 ms] -
appsec 2.353 ms [2.309 ms, 2.397 ms] 877.226 µs (59.4%)
iast 2.118 ms [2.062 ms, 2.174 ms] 641.738 µs (43.5%)
iast_GLOBAL 2.178 ms [2.121 ms, 2.235 ms] 701.886 µs (47.6%)
profiling 2.003 ms [1.958 ms, 2.048 ms] 526.75 µs (35.7%)
tracing 1.953 ms [1.91 ms, 1.996 ms] 477.12 µs (32.3%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.476 ms [1.464 ms, 1.487 ms] -
appsec 2.335 ms [2.292 ms, 2.379 ms] 859.493 µs (58.2%)
iast 2.122 ms [2.066 ms, 2.178 ms] 646.433 µs (43.8%)
iast_GLOBAL 2.167 ms [2.111 ms, 2.224 ms] 691.511 µs (46.9%)
profiling 1.967 ms [1.924 ms, 2.011 ms] 491.509 µs (33.3%)
tracing 1.955 ms [1.912 ms, 1.998 ms] 479.208 µs (32.5%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.48.0-SNAPSHOT~fbbf80ca63, baseline=1.48.0-SNAPSHOT~56d8cd82bc
    dateFormat X
    axisFormat %s
section baseline
no_agent (14.978 s) : 14978000, 14978000
.   : milestone, 14978000,
appsec (14.989 s) : 14989000, 14989000
.   : milestone, 14989000,
iast (18.363 s) : 18363000, 18363000
.   : milestone, 18363000,
iast_GLOBAL (18.316 s) : 18316000, 18316000
.   : milestone, 18316000,
profiling (15.074 s) : 15074000, 15074000
.   : milestone, 15074000,
tracing (14.81 s) : 14810000, 14810000
.   : milestone, 14810000,
section candidate
no_agent (14.945 s) : 14945000, 14945000
.   : milestone, 14945000,
appsec (15.069 s) : 15069000, 15069000
.   : milestone, 15069000,
iast (18.557 s) : 18557000, 18557000
.   : milestone, 18557000,
iast_GLOBAL (17.75 s) : 17750000, 17750000
.   : milestone, 17750000,
profiling (15.0 s) : 15000000, 15000000
.   : milestone, 15000000,
tracing (14.908 s) : 14908000, 14908000
.   : milestone, 14908000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.978 s [14.978 s, 14.978 s] -
appsec 14.989 s [14.989 s, 14.989 s] 11.0 ms (0.1%)
iast 18.363 s [18.363 s, 18.363 s] 3.385 s (22.6%)
iast_GLOBAL 18.316 s [18.316 s, 18.316 s] 3.338 s (22.3%)
profiling 15.074 s [15.074 s, 15.074 s] 96.0 ms (0.6%)
tracing 14.81 s [14.81 s, 14.81 s] -168.0 ms (-1.1%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.945 s [14.945 s, 14.945 s] -
appsec 15.069 s [15.069 s, 15.069 s] 124.0 ms (0.8%)
iast 18.557 s [18.557 s, 18.557 s] 3.612 s (24.2%)
iast_GLOBAL 17.75 s [17.75 s, 17.75 s] 2.805 s (18.8%)
profiling 15.0 s [15.0 s, 15.0 s] 55.0 ms (0.4%)
tracing 14.908 s [14.908 s, 14.908 s] -37.0 ms (-0.2%)

Copy link
Contributor

@mcculls mcculls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable

@amarziali amarziali merged commit ddb62c9 into master Mar 14, 2025
255 of 258 checks passed
@amarziali amarziali deleted the andrea.marziali/shade branch March 14, 2025 10:07
@github-actions github-actions bot added this to the 1.48.0 milestone Mar 14, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants