Skip to content
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

Fix NoClassDefFoundError: Could not initialize class DDSpanLink$EncoderHolder in Graal native-image #8036

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

mcculls
Copy link
Contributor

@mcculls mcculls commented Nov 28, 2024

What Does This Do

Both fromJson and toJson methods need to be registered even if only one is used, do the same for other JSON entries to be consistent.

Motivation

When an incoming request has both Datadog and W3C headers we add a span link to the local trace. For traced native-images this will result in NoClassDefFoundError: Could not initialize class DDSpanLink$EncoderHolder caused by the missing fromSpanLinkJson reference, even though it's not used in practice.

Additional Notes

Also declare some JsonRule types need reflective access for a related issue using DD_TRACE_SAMPLING_RULES

Contributor Checklist

Jira ticket: APMAPI-928

…coderHolder in Graal native-image

Both fromJson and toJson methods need to be registered, do the same for other JSON entries to be consistent.

Also declare some JsonRule types need reflective access for a related issue using DD_TRACE_SAMPLING_RULES
@mcculls mcculls added type: bug comp: native-image GraalVM native-image labels Nov 28, 2024
@pr-commenter
Copy link

pr-commenter bot commented Nov 28, 2024

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master mcculls/register-fromSpanLinkJson-with-graal
git_commit_date 1732805707 1732830909
git_commit_sha 508c314 576ab8e
release_version 1.44.0-SNAPSHOT~508c314d67 1.44.0-SNAPSHOT~576ab8e5ca
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1732833644 1732833644
ci_job_id 723161017 723161017
ci_pipeline_id 50124845 50124845
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
module Agent Agent
parent None None
variant iast iast

Summary

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

Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.44.0-SNAPSHOT~576ab8e5ca, baseline=1.44.0-SNAPSHOT~508c314d67

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.096 s) : 0, 1096273
Total [baseline] (10.424 s) : 0, 10424073
Agent [candidate] (1.091 s) : 0, 1091202
Total [candidate] (10.437 s) : 0, 10436714
section appsec
Agent [baseline] (1.236 s) : 0, 1236492
Total [baseline] (10.731 s) : 0, 10731337
Agent [candidate] (1.226 s) : 0, 1226457
Total [candidate] (10.808 s) : 0, 10808249
section iast
Agent [baseline] (1.222 s) : 0, 1221640
Total [baseline] (10.935 s) : 0, 10934660
Agent [candidate] (1.233 s) : 0, 1232607
Total [candidate] (10.947 s) : 0, 10946527
section profiling
Agent [baseline] (1.316 s) : 0, 1316344
Total [baseline] (10.831 s) : 0, 10830866
Agent [candidate] (1.317 s) : 0, 1316876
Total [candidate] (10.765 s) : 0, 10765237
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.096 s -
Agent appsec 1.236 s 140.219 ms (12.8%)
Agent iast 1.222 s 125.367 ms (11.4%)
Agent profiling 1.316 s 220.071 ms (20.1%)
Total tracing 10.424 s -
Total appsec 10.731 s 307.264 ms (2.9%)
Total iast 10.935 s 510.587 ms (4.9%)
Total profiling 10.831 s 406.793 ms (3.9%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.091 s -
Agent appsec 1.226 s 135.255 ms (12.4%)
Agent iast 1.233 s 141.405 ms (13.0%)
Agent profiling 1.317 s 225.675 ms (20.7%)
Total tracing 10.437 s -
Total appsec 10.808 s 371.535 ms (3.6%)
Total iast 10.947 s 509.813 ms (4.9%)
Total profiling 10.765 s 328.523 ms (3.1%)
gantt
    title petclinic - break down per module: candidate=1.44.0-SNAPSHOT~576ab8e5ca, baseline=1.44.0-SNAPSHOT~508c314d67

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (698.085 ms) : 0, 698085
BytebuddyAgent [candidate] (694.617 ms) : 0, 694617
GlobalTracer [baseline] (317.296 ms) : 0, 317296
GlobalTracer [candidate] (317.403 ms) : 0, 317403
AppSec [baseline] (55.092 ms) : 0, 55092
AppSec [candidate] (54.893 ms) : 0, 54893
Remote Config [baseline] (676.77 µs) : 0, 677
Remote Config [candidate] (679.474 µs) : 0, 679
Telemetry [baseline] (11.333 ms) : 0, 11333
Telemetry [candidate] (9.879 ms) : 0, 9879
section appsec
BytebuddyAgent [baseline] (718.498 ms) : 0, 718498
BytebuddyAgent [candidate] (712.141 ms) : 0, 712141
GlobalTracer [baseline] (317.316 ms) : 0, 317316
GlobalTracer [candidate] (314.755 ms) : 0, 314755
AppSec [baseline] (168.901 ms) : 0, 168901
AppSec [candidate] (166.759 ms) : 0, 166759
Remote Config [baseline] (644.789 µs) : 0, 645
Remote Config [candidate] (647.508 µs) : 0, 648
Telemetry [baseline] (7.789 ms) : 0, 7789
Telemetry [candidate] (8.51 ms) : 0, 8510
IAST [baseline] (18.965 ms) : 0, 18965
IAST [candidate] (19.862 ms) : 0, 19862
section iast
BytebuddyAgent [baseline] (813.767 ms) : 0, 813767
BytebuddyAgent [candidate] (823.495 ms) : 0, 823495
GlobalTracer [baseline] (306.017 ms) : 0, 306017
GlobalTracer [candidate] (307.543 ms) : 0, 307543
AppSec [baseline] (56.414 ms) : 0, 56414
AppSec [candidate] (56.729 ms) : 0, 56729
Remote Config [baseline] (660.442 µs) : 0, 660
Remote Config [candidate] (643.291 µs) : 0, 643
Telemetry [baseline] (7.536 ms) : 0, 7536
Telemetry [candidate] (7.553 ms) : 0, 7553
IAST [baseline] (23.52 ms) : 0, 23520
IAST [candidate] (22.69 ms) : 0, 22690
section profiling
ProfilingAgent [baseline] (93.763 ms) : 0, 93763
ProfilingAgent [candidate] (93.596 ms) : 0, 93596
BytebuddyAgent [baseline] (688.633 ms) : 0, 688633
BytebuddyAgent [candidate] (688.978 ms) : 0, 688978
GlobalTracer [baseline] (432.686 ms) : 0, 432686
GlobalTracer [candidate] (433.054 ms) : 0, 433054
AppSec [baseline] (53.898 ms) : 0, 53898
AppSec [candidate] (53.793 ms) : 0, 53793
Remote Config [baseline] (662.574 µs) : 0, 663
Remote Config [candidate] (659.504 µs) : 0, 660
Telemetry [baseline] (7.672 ms) : 0, 7672
Telemetry [candidate] (7.719 ms) : 0, 7719
Profiling [baseline] (93.786 ms) : 0, 93786
Profiling [candidate] (93.62 ms) : 0, 93620
Loading
Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.44.0-SNAPSHOT~576ab8e5ca, baseline=1.44.0-SNAPSHOT~508c314d67

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.092 s) : 0, 1091813
Total [baseline] (8.688 s) : 0, 8687947
Agent [candidate] (1.092 s) : 0, 1091868
Total [candidate] (8.66 s) : 0, 8660444
section iast
Agent [baseline] (1.219 s) : 0, 1218819
Total [baseline] (9.213 s) : 0, 9212793
Agent [candidate] (1.229 s) : 0, 1228573
Total [candidate] (9.231 s) : 0, 9230652
section iast_HARDCODED_SECRET_DISABLED
Agent [baseline] (1.219 s) : 0, 1218817
Total [baseline] (9.162 s) : 0, 9162462
Agent [candidate] (1.222 s) : 0, 1222046
Total [candidate] (9.17 s) : 0, 9169654
section iast_TELEMETRY_OFF
Agent [baseline] (1.224 s) : 0, 1223769
Total [baseline] (9.189 s) : 0, 9189479
Agent [candidate] (1.226 s) : 0, 1225520
Total [candidate] (9.264 s) : 0, 9263638
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.092 s -
Agent iast 1.219 s 127.006 ms (11.6%)
Agent iast_HARDCODED_SECRET_DISABLED 1.219 s 127.004 ms (11.6%)
Agent iast_TELEMETRY_OFF 1.224 s 131.956 ms (12.1%)
Total tracing 8.688 s -
Total iast 9.213 s 524.846 ms (6.0%)
Total iast_HARDCODED_SECRET_DISABLED 9.162 s 474.514 ms (5.5%)
Total iast_TELEMETRY_OFF 9.189 s 501.532 ms (5.8%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.092 s -
Agent iast 1.229 s 136.705 ms (12.5%)
Agent iast_HARDCODED_SECRET_DISABLED 1.222 s 130.178 ms (11.9%)
Agent iast_TELEMETRY_OFF 1.226 s 133.652 ms (12.2%)
Total tracing 8.66 s -
Total iast 9.231 s 570.208 ms (6.6%)
Total iast_HARDCODED_SECRET_DISABLED 9.17 s 509.21 ms (5.9%)
Total iast_TELEMETRY_OFF 9.264 s 603.194 ms (7.0%)
gantt
    title insecure-bank - break down per module: candidate=1.44.0-SNAPSHOT~576ab8e5ca, baseline=1.44.0-SNAPSHOT~508c314d67

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (695.607 ms) : 0, 695607
BytebuddyAgent [candidate] (695.135 ms) : 0, 695135
GlobalTracer [baseline] (318.615 ms) : 0, 318615
GlobalTracer [candidate] (317.614 ms) : 0, 317614
AppSec [baseline] (54.714 ms) : 0, 54714
AppSec [candidate] (54.942 ms) : 0, 54942
Remote Config [baseline] (684.178 µs) : 0, 684
Remote Config [candidate] (674.451 µs) : 0, 674
Telemetry [baseline] (8.456 ms) : 0, 8456
Telemetry [candidate] (9.739 ms) : 0, 9739
section iast
BytebuddyAgent [baseline] (812.667 ms) : 0, 812667
BytebuddyAgent [candidate] (819.063 ms) : 0, 819063
GlobalTracer [baseline] (305.297 ms) : 0, 305297
GlobalTracer [candidate] (307.992 ms) : 0, 307992
AppSec [baseline] (57.745 ms) : 0, 57745
AppSec [candidate] (58.54 ms) : 0, 58540
IAST [baseline] (21.162 ms) : 0, 21162
IAST [candidate] (20.927 ms) : 0, 20927
Remote Config [baseline] (629.402 µs) : 0, 629
Remote Config [candidate] (638.822 µs) : 0, 639
Telemetry [baseline] (7.577 ms) : 0, 7577
Telemetry [candidate] (7.558 ms) : 0, 7558
section iast_HARDCODED_SECRET_DISABLED
BytebuddyAgent [baseline] (811.447 ms) : 0, 811447
BytebuddyAgent [candidate] (813.239 ms) : 0, 813239
GlobalTracer [baseline] (306.059 ms) : 0, 306059
GlobalTracer [candidate] (307.297 ms) : 0, 307297
AppSec [baseline] (58.432 ms) : 0, 58432
AppSec [candidate] (58.364 ms) : 0, 58364
IAST [baseline] (20.887 ms) : 0, 20887
IAST [candidate] (21.141 ms) : 0, 21141
Remote Config [baseline] (652.977 µs) : 0, 653
Remote Config [candidate] (624.276 µs) : 0, 624
Telemetry [baseline] (7.571 ms) : 0, 7571
Telemetry [candidate] (7.592 ms) : 0, 7592
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (815.703 ms) : 0, 815703
BytebuddyAgent [candidate] (815.869 ms) : 0, 815869
GlobalTracer [baseline] (307.753 ms) : 0, 307753
GlobalTracer [candidate] (308.639 ms) : 0, 308639
AppSec [baseline] (58.063 ms) : 0, 58063
AppSec [candidate] (58.326 ms) : 0, 58326
IAST [baseline] (20.387 ms) : 0, 20387
IAST [candidate] (20.667 ms) : 0, 20667
Remote Config [baseline] (623.181 µs) : 0, 623
Remote Config [candidate] (620.482 µs) : 0, 620
Telemetry [baseline] (7.39 ms) : 0, 7390
Telemetry [candidate] (7.532 ms) : 0, 7532
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
end_time 2024-11-28T22:10:48 2024-11-28T22:17:49
git_branch master mcculls/register-fromSpanLinkJson-with-graal
git_commit_date 1732805707 1732830909
git_commit_sha 508c314 576ab8e
release_version 1.44.0-SNAPSHOT~508c314d67 1.44.0-SNAPSHOT~576ab8e5ca
start_time 2024-11-28T22:10:34 2024-11-28T22:17:36
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1732832624 1732832624
ci_job_id 723161018 723161018
ci_pipeline_id 50124845 50124845
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
variant iast iast

Summary

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

Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.44.0-SNAPSHOT~576ab8e5ca, baseline=1.44.0-SNAPSHOT~508c314d67
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.369 ms) : 1349, 1390
.   : milestone, 1369,
appsec (1.772 ms) : 1749, 1795
.   : milestone, 1772,
appsec_no_iast (1.736 ms) : 1712, 1761
.   : milestone, 1736,
iast (1.503 ms) : 1479, 1527
.   : milestone, 1503,
profiling (1.566 ms) : 1541, 1592
.   : milestone, 1566,
tracing (1.5 ms) : 1475, 1525
.   : milestone, 1500,
section candidate
no_agent (1.357 ms) : 1338, 1377
.   : milestone, 1357,
appsec (1.777 ms) : 1753, 1801
.   : milestone, 1777,
appsec_no_iast (1.779 ms) : 1754, 1804
.   : milestone, 1779,
iast (1.504 ms) : 1482, 1527
.   : milestone, 1504,
profiling (1.56 ms) : 1534, 1586
.   : milestone, 1560,
tracing (1.476 ms) : 1452, 1501
.   : milestone, 1476,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.369 ms [1.349 ms, 1.39 ms] -
appsec 1.772 ms [1.749 ms, 1.795 ms] 402.729 µs (29.4%)
appsec_no_iast 1.736 ms [1.712 ms, 1.761 ms] 366.832 µs (26.8%)
iast 1.503 ms [1.479 ms, 1.527 ms] 133.538 µs (9.8%)
profiling 1.566 ms [1.541 ms, 1.592 ms] 197.005 µs (14.4%)
tracing 1.5 ms [1.475 ms, 1.525 ms] 130.628 µs (9.5%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.357 ms [1.338 ms, 1.377 ms] -
appsec 1.777 ms [1.753 ms, 1.801 ms] 419.779 µs (30.9%)
appsec_no_iast 1.779 ms [1.754 ms, 1.804 ms] 421.874 µs (31.1%)
iast 1.504 ms [1.482 ms, 1.527 ms] 147.045 µs (10.8%)
profiling 1.56 ms [1.534 ms, 1.586 ms] 202.266 µs (14.9%)
tracing 1.476 ms [1.452 ms, 1.501 ms] 118.814 µs (8.8%)
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.44.0-SNAPSHOT~576ab8e5ca, baseline=1.44.0-SNAPSHOT~508c314d67
    dateFormat X
    axisFormat %s
section baseline
no_agent (381.246 µs) : 361, 402
.   : milestone, 381,
iast (494.08 µs) : 473, 515
.   : milestone, 494,
iast_FULL (651.93 µs) : 631, 673
.   : milestone, 652,
iast_GLOBAL (529.776 µs) : 507, 553
.   : milestone, 530,
iast_HARDCODED_SECRET_DISABLED (498.55 µs) : 477, 520
.   : milestone, 499,
iast_INACTIVE (458.66 µs) : 437, 480
.   : milestone, 459,
iast_TELEMETRY_OFF (486.512 µs) : 465, 508
.   : milestone, 487,
tracing (451.897 µs) : 431, 473
.   : milestone, 452,
section candidate
no_agent (378.065 µs) : 359, 398
.   : milestone, 378,
iast (492.374 µs) : 471, 514
.   : milestone, 492,
iast_FULL (650.533 µs) : 629, 672
.   : milestone, 651,
iast_GLOBAL (517.952 µs) : 497, 539
.   : milestone, 518,
iast_HARDCODED_SECRET_DISABLED (495.518 µs) : 474, 517
.   : milestone, 496,
iast_INACTIVE (458.214 µs) : 437, 480
.   : milestone, 458,
iast_TELEMETRY_OFF (479.825 µs) : 458, 501
.   : milestone, 480,
tracing (442.776 µs) : 422, 463
.   : milestone, 443,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 381.246 µs [360.502 µs, 401.99 µs] -
iast 494.08 µs [472.695 µs, 515.466 µs] 112.834 µs (29.6%)
iast_FULL 651.93 µs [630.652 µs, 673.208 µs] 270.684 µs (71.0%)
iast_GLOBAL 529.776 µs [506.991 µs, 552.561 µs] 148.53 µs (39.0%)
iast_HARDCODED_SECRET_DISABLED 498.55 µs [476.948 µs, 520.153 µs] 117.305 µs (30.8%)
iast_INACTIVE 458.66 µs [437.171 µs, 480.149 µs] 77.414 µs (20.3%)
iast_TELEMETRY_OFF 486.512 µs [465.054 µs, 507.97 µs] 105.266 µs (27.6%)
tracing 451.897 µs [430.919 µs, 472.874 µs] 70.651 µs (18.5%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 378.065 µs [358.517 µs, 397.613 µs] -
iast 492.374 µs [471.125 µs, 513.624 µs] 114.309 µs (30.2%)
iast_FULL 650.533 µs [628.957 µs, 672.11 µs] 272.468 µs (72.1%)
iast_GLOBAL 517.952 µs [496.792 µs, 539.113 µs] 139.887 µs (37.0%)
iast_HARDCODED_SECRET_DISABLED 495.518 µs [474.169 µs, 516.867 µs] 117.453 µs (31.1%)
iast_INACTIVE 458.214 µs [436.844 µs, 479.584 µs] 80.149 µs (21.2%)
iast_TELEMETRY_OFF 479.825 µs [458.204 µs, 501.445 µs] 101.76 µs (26.9%)
tracing 442.776 µs [422.307 µs, 463.245 µs] 64.711 µs (17.1%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master mcculls/register-fromSpanLinkJson-with-graal
git_commit_date 1732805707 1732830909
git_commit_sha 508c314 576ab8e
release_version 1.44.0-SNAPSHOT~508c314d67 1.44.0-SNAPSHOT~576ab8e5ca
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1732833121 1732833121
ci_job_id 723161019 723161019
ci_pipeline_id 50124845 50124845
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
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.44.0-SNAPSHOT~576ab8e5ca, baseline=1.44.0-SNAPSHOT~508c314d67
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.348 s) : 15348000, 15348000
.   : milestone, 15348000,
appsec (15.234 s) : 15234000, 15234000
.   : milestone, 15234000,
iast (18.477 s) : 18477000, 18477000
.   : milestone, 18477000,
iast_GLOBAL (18.179 s) : 18179000, 18179000
.   : milestone, 18179000,
profiling (14.888 s) : 14888000, 14888000
.   : milestone, 14888000,
tracing (14.912 s) : 14912000, 14912000
.   : milestone, 14912000,
section candidate
no_agent (15.452 s) : 15452000, 15452000
.   : milestone, 15452000,
appsec (15.047 s) : 15047000, 15047000
.   : milestone, 15047000,
iast (18.76 s) : 18760000, 18760000
.   : milestone, 18760000,
iast_GLOBAL (18.194 s) : 18194000, 18194000
.   : milestone, 18194000,
profiling (14.882 s) : 14882000, 14882000
.   : milestone, 14882000,
tracing (14.806 s) : 14806000, 14806000
.   : milestone, 14806000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.348 s [15.348 s, 15.348 s] -
appsec 15.234 s [15.234 s, 15.234 s] -114.0 ms (-0.7%)
iast 18.477 s [18.477 s, 18.477 s] 3.129 s (20.4%)
iast_GLOBAL 18.179 s [18.179 s, 18.179 s] 2.831 s (18.4%)
profiling 14.888 s [14.888 s, 14.888 s] -460.0 ms (-3.0%)
tracing 14.912 s [14.912 s, 14.912 s] -436.0 ms (-2.8%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.452 s [15.452 s, 15.452 s] -
appsec 15.047 s [15.047 s, 15.047 s] -405.0 ms (-2.6%)
iast 18.76 s [18.76 s, 18.76 s] 3.308 s (21.4%)
iast_GLOBAL 18.194 s [18.194 s, 18.194 s] 2.742 s (17.7%)
profiling 14.882 s [14.882 s, 14.882 s] -570.0 ms (-3.7%)
tracing 14.806 s [14.806 s, 14.806 s] -646.0 ms (-4.2%)
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.44.0-SNAPSHOT~576ab8e5ca, baseline=1.44.0-SNAPSHOT~508c314d67
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.467 ms) : 1456, 1479
.   : milestone, 1467,
appsec (2.335 ms) : 2294, 2377
.   : milestone, 2335,
iast (2.083 ms) : 2031, 2136
.   : milestone, 2083,
iast_GLOBAL (2.127 ms) : 2074, 2180
.   : milestone, 2127,
profiling (1.943 ms) : 1901, 1985
.   : milestone, 1943,
tracing (1.933 ms) : 1892, 1973
.   : milestone, 1933,
section candidate
no_agent (1.464 ms) : 1453, 1476
.   : milestone, 1464,
appsec (2.344 ms) : 2302, 2386
.   : milestone, 2344,
iast (2.081 ms) : 2029, 2134
.   : milestone, 2081,
iast_GLOBAL (2.133 ms) : 2079, 2186
.   : milestone, 2133,
profiling (1.944 ms) : 1902, 1986
.   : milestone, 1944,
tracing (1.93 ms) : 1890, 1971
.   : milestone, 1930,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.467 ms [1.456 ms, 1.479 ms] -
appsec 2.335 ms [2.294 ms, 2.377 ms] 867.908 µs (59.2%)
iast 2.083 ms [2.031 ms, 2.136 ms] 615.903 µs (42.0%)
iast_GLOBAL 2.127 ms [2.074 ms, 2.18 ms] 659.62 µs (45.0%)
profiling 1.943 ms [1.901 ms, 1.985 ms] 475.943 µs (32.4%)
tracing 1.933 ms [1.892 ms, 1.973 ms] 465.231 µs (31.7%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.464 ms [1.453 ms, 1.476 ms] -
appsec 2.344 ms [2.302 ms, 2.386 ms] 880.137 µs (60.1%)
iast 2.081 ms [2.029 ms, 2.134 ms] 617.097 µs (42.1%)
iast_GLOBAL 2.133 ms [2.079 ms, 2.186 ms] 668.402 µs (45.7%)
profiling 1.944 ms [1.902 ms, 1.986 ms] 480.047 µs (32.8%)
tracing 1.93 ms [1.89 ms, 1.971 ms] 466.227 µs (31.8%)

@mcculls mcculls marked this pull request as ready for review November 28, 2024 22:53
@mcculls mcculls requested a review from a team as a code owner November 28, 2024 22:53
@mcculls mcculls requested a review from ygree November 28, 2024 22:53
@mcculls mcculls merged commit a62e471 into master Nov 29, 2024
103 of 109 checks passed
@mcculls mcculls deleted the mcculls/register-fromSpanLinkJson-with-graal branch November 29, 2024 10:14
@github-actions github-actions bot added this to the 1.44.0 milestone Nov 29, 2024
svc-squareup-copybara pushed a commit to cashapp/misk that referenced this pull request Dec 16, 2024
| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
|
[com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.49.0` -> `2.50.0` |
|
[com.google.cloud:google-cloud-core-http](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.48.0` -> `2.49.0` |
|
[com.google.cloud:google-cloud-spanner](https://github.com/googleapis/java-spanner)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`6.82.0` -> `6.83.0` |
|
[com.google.cloud:google-cloud-logging](https://github.com/googleapis/java-logging)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`3.20.7` -> `3.21.0` |
|
[com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.24.3` -> `2.25.1` |
|
[com.google.cloud:google-cloud-core](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.48.0` -> `2.49.0` |
| [com.google.api:gax](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.58.0` -> `2.59.0` |
|
[com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin)
| plugin | misk/gradle/libs.versions.toml | gradle | patch | `2.6.0` ->
`2.6.1` |
| [com.datadoghq:dd-trace-api](https://github.com/datadog/dd-trace-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`1.43.0` -> `1.44.1` |
| [com.datadoghq:dd-trace-ot](https://github.com/datadog/dd-trace-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`1.43.0` -> `1.44.1` |
| [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.32` -> `2.29.34` |
|
[software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.32` -> `2.29.34` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.32` -> `2.29.34` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.32` -> `2.29.34` |
| [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.32` -> `2.29.34` |
| [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.32` -> `2.29.34` |
| [com.amazonaws:aws-java-sdk-sqs](https://aws.amazon.com/sdkforjava)
([source](https://github.com/aws/aws-sdk-java)) | dependencies |
misk/gradle/libs.versions.toml | gradle | patch | `1.12.779` ->
`1.12.780` |
| [com.amazonaws:aws-java-sdk-s3](https://aws.amazon.com/sdkforjava)
([source](https://github.com/aws/aws-sdk-java)) | dependencies |
misk/gradle/libs.versions.toml | gradle | patch | `1.12.779` ->
`1.12.780` |
|
[com.amazonaws:aws-java-sdk-dynamodb](https://aws.amazon.com/sdkforjava)
([source](https://github.com/aws/aws-sdk-java)) | dependencies |
misk/gradle/libs.versions.toml | gradle | patch | `1.12.779` ->
`1.12.780` |
| [com.amazonaws:aws-java-sdk-core](https://aws.amazon.com/sdkforjava)
([source](https://github.com/aws/aws-sdk-java)) | dependencies |
misk/gradle/libs.versions.toml | gradle | patch | `1.12.779` ->
`1.12.780` |

---

### Release Notes

<details>
<summary>googleapis/sdk-platform-java
(com.google.api.grpc:proto-google-common-protos)</summary>

###
[`v2.50.0`](https://github.com/googleapis/sdk-platform-java/blob/HEAD/CHANGELOG.md#2500-2024-11-14)

##### Features

- Add experimental S2A integration in client libraries grpc transport
([#&#8203;3326](googleapis/sdk-platform-java#3326))
([1138ca6](googleapis/sdk-platform-java@1138ca6))
- enable selective generation based on service config include list
([#&#8203;3323](googleapis/sdk-platform-java#3323))
([0cddadb](googleapis/sdk-platform-java@0cddadb))
- introduce `java.time` to java-core
([#&#8203;3330](googleapis/sdk-platform-java#3330))
([f202c3b](googleapis/sdk-platform-java@f202c3b))
- Update Gapic-Generator to generate libraries using `java.time` methods
([#&#8203;3321](googleapis/sdk-platform-java#3321))
([b21c9a4](googleapis/sdk-platform-java@b21c9a4))

##### Bug Fixes

- Fix flaky test
ScheduledRetryingExecutorTest.testCancelOuterFutureAfterStart
([#&#8203;3335](googleapis/sdk-platform-java#3335))
([e73740d](googleapis/sdk-platform-java@e73740d))
- httpjson callables to trace attempts (started, failed)
([#&#8203;3300](googleapis/sdk-platform-java#3300))
([15a64ee](googleapis/sdk-platform-java@15a64ee))
- instantiate GaxProperties at build time to ensure we get the protobuf
version
([#&#8203;3365](googleapis/sdk-platform-java#3365))
([bb2a3be](googleapis/sdk-platform-java@bb2a3be))
- protobuf version not always getting set in headers
([#&#8203;3322](googleapis/sdk-platform-java#3322))
([7f6e470](googleapis/sdk-platform-java@7f6e470))
- use BuildKit instead of legacy builder to build the Hermetic Build
images
([#&#8203;3338](googleapis/sdk-platform-java#3338))
([222fb45](googleapis/sdk-platform-java@222fb45))

##### Dependencies

- update google auth library dependencies to v1.30.0
([#&#8203;3367](googleapis/sdk-platform-java#3367))
([a31c682](googleapis/sdk-platform-java@a31c682))
- update grpc dependencies to v1.68.1
([#&#8203;3240](googleapis/sdk-platform-java#3240))
([c8e3941](googleapis/sdk-platform-java@c8e3941))

##### Documentation

- fix list num
([#&#8203;3356](googleapis/sdk-platform-java#3356))
([b7d6296](googleapis/sdk-platform-java@b7d6296))
- **hermetic-build:** indicate usage of Docker Buildkit in development
guide
([#&#8203;3337](googleapis/sdk-platform-java#3337))
([01e742d](googleapis/sdk-platform-java@01e742d))
- modify hermetic build docs
([#&#8203;3331](googleapis/sdk-platform-java#3331))
([25023af](googleapis/sdk-platform-java@25023af))

</details>

<details>
<summary>googleapis/java-spanner
(com.google.cloud:google-cloud-spanner)</summary>

###
[`v6.83.0`](https://github.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#6830-2024-12-13)

##### Features

- Add Metrics host for built in metrics
([#&#8203;3519](googleapis/java-spanner#3519))
([4ed455a](googleapis/java-spanner@4ed455a))
- Add opt-in for using multiplexed sessions for blind writes
([#&#8203;3540](googleapis/java-spanner#3540))
([216f53e](googleapis/java-spanner@216f53e))
- Add UUID in Spanner TypeCode enum
([41f83dc](googleapis/java-spanner@41f83dc))
- Introduce java.time variables and methods
([#&#8203;3495](googleapis/java-spanner#3495))
([8a7d533](googleapis/java-spanner@8a7d533))
- **spanner:** Support multiplexed session for Partitioned operations
([#&#8203;3231](googleapis/java-spanner#3231))
([4501a3e](googleapis/java-spanner@4501a3e))
- Support 'set local' for retry_aborts_internally
([#&#8203;3532](googleapis/java-spanner#3532))
([331942f](googleapis/java-spanner@331942f))

##### Bug Fixes

- **deps:** Update the Java code generator (gapic-generator-java) to
2.51.0
([41f83dc](googleapis/java-spanner@41f83dc))

##### Dependencies

- Update sdk platform java dependencies
([#&#8203;3549](googleapis/java-spanner#3549))
([6235f0f](googleapis/java-spanner@6235f0f))

</details>

<details>
<summary>googleapis/java-logging
(com.google.cloud:google-cloud-logging)</summary>

###
[`v3.21.0`](https://github.com/googleapis/java-logging/blob/HEAD/CHANGELOG.md#3210-2024-12-13)

##### Features

- Introduce `java.time` methods
([#&#8203;1729](googleapis/java-logging#1729))
([323eb33](googleapis/java-logging@323eb33))

##### Bug Fixes

- **deps:** Update the Java code generator (gapic-generator-java) to
2.51.0
([04d8868](googleapis/java-logging@04d8868))

##### Dependencies

- Update dependency io.opentelemetry:opentelemetry-bom to v1.45.0
([#&#8203;1638](googleapis/java-logging#1638))
([7e007d4](googleapis/java-logging@7e007d4))
- Update sdk platform java dependencies
([#&#8203;1736](googleapis/java-logging#1736))
([88b4cdf](googleapis/java-logging@88b4cdf))

</details>

<details>
<summary>googleapis/java-datastore
(com.google.cloud:google-cloud-datastore)</summary>

###
[`v2.25.1`](https://github.com/googleapis/java-datastore/blob/HEAD/CHANGELOG.md#2251-2024-12-13)

##### Bug Fixes

- **deps:** Update the Java code generator (gapic-generator-java) to
2.51.0
([106ee4d](googleapis/java-datastore@106ee4d))

##### Dependencies

- Update sdk platform java dependencies
([#&#8203;1685](googleapis/java-datastore#1685))
([4372350](googleapis/java-datastore@4372350))

###
[`v2.25.0`](https://github.com/googleapis/java-datastore/blob/HEAD/CHANGELOG.md#2250-2024-12-11)

##### Features

- Introduce `java.time` methods and variables
([#&#8203;1671](googleapis/java-datastore#1671))
([5a78a80](googleapis/java-datastore@5a78a80))

##### Dependencies

- Update dependency com.google.cloud:gapic-libraries-bom to v1.48.0
([#&#8203;1605](googleapis/java-datastore#1605))
([5c6a678](googleapis/java-datastore@5c6a678))

##### Documentation

- Update gapic upgrade installation instructions
([#&#8203;1677](googleapis/java-datastore#1677))
([b3fbfcc](googleapis/java-datastore@b3fbfcc))

</details>

<details>
<summary>autonomousapps/dependency-analysis-android-gradle-plugin
(com.autonomousapps.dependency-analysis)</summary>

###
[`v2.6.1`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-261)

-   \[Fix]: `superClassName` can be null (Object has no superclass).

</details>

<details>
<summary>datadog/dd-trace-java (com.datadoghq:dd-trace-api)</summary>

###
[`v1.44.1`](https://github.com/DataDog/dd-trace-java/releases/tag/v1.44.1):
1.44.1

##### Components

##### Continuous Integration Visibility

- 🐛 Fix tracing JUnit5 tests in Maven projects with multiple forks
([#&#8203;8089](DataDog/dd-trace-java#8089) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))

###
[`v1.44.0`](https://github.com/DataDog/dd-trace-java/releases/tag/v1.44.0):
1.44.0

##### Known Issues

> \[!WARNING]\
> This release contains a known issue that causes failures when using
Test Optimization to trace JUnit 5 tests in a Maven project where Maven
Surefire is configured with `forkCount` > 1.
> The issue is fixed in v1.44.1

##### Breaking Changes

> \[!WARNING]\
> Support for `X-Forwarded` header is dropped from default client IP
resolution.
> It can still be re-activated using the
`dd.trace.client-ip-header=x-forwarded` system property, or the
`DD_TRACE_CLIENT_IP_HEADER=x-forwarded` environment variable. See
[#&#8203;7946](DataDog/dd-trace-java#7946).

##### Components

##### Application Security Management (IAST)

- ✨ Set unexpected IAST exceptions to debug log level
([#&#8203;8044](DataDog/dd-trace-java#8044) -
[@&#8203;smola](https://github.com/smola))
- ✨ Increase IAST propagation to StringBuffer subSequence
([#&#8203;8038](DataDog/dd-trace-java#8038) -
[@&#8203;Mariovido](https://github.com/Mariovido))
- ✨ Increase IAST propagation to StringBuilder subSequence
([#&#8203;8026](DataDog/dd-trace-java#8026) -
[@&#8203;Mariovido](https://github.com/Mariovido))
- ✨ Add IAST propagation to String valueOf
([#&#8203;8013](DataDog/dd-trace-java#8013) -
[@&#8203;Mariovido](https://github.com/Mariovido))
- ✨ Increase IAST propagation to StringBuilder append
([#&#8203;8010](DataDog/dd-trace-java#8010) -
[@&#8203;Mariovido](https://github.com/Mariovido))
- ✨ Expand SSRF support in IAST to apache-httpclient-5 and
apache-httpasyncclient-4
([#&#8203;7920](DataDog/dd-trace-java#7920) -
[@&#8203;Mariovido](https://github.com/Mariovido))

##### Build & Tooling

- ✨ Generate Muzzle classes for Groovy instrumentations
([#&#8203;8004](DataDog/dd-trace-java#8004) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))

##### Continuous Integration Visibility

- ✨ Support distributed traces in tests
([#&#8203;8078](DataDog/dd-trace-java#8078) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- ✨ Implement fail-fast tests ordering for JUnit 5
([#&#8203;8055](DataDog/dd-trace-java#8055) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- ✨ Mark JUnit 5 setup and teardown action spans as failed if
there is an error
([#&#8203;8033](DataDog/dd-trace-java#8033) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- ✨ Add tracing of setup and teardown actions in JUnit 4
([#&#8203;8030](DataDog/dd-trace-java#8030) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))

##### Crash tracking

- ✨ Improve crash tracking install logging
([#&#8203;8045](DataDog/dd-trace-java#8045) -
[@&#8203;PerfectSlayer](https://github.com/PerfectSlayer))

##### Data Streams Monitoring

- 🐛 Add Data Streams support in AWS SQS without raw message delivery
([#&#8203;8071](DataDog/dd-trace-java#8071) -
[@&#8203;piochelepiotr](https://github.com/piochelepiotr))
- ✨ Add new tag for enabled products / features to DSM
checkpoints
([#&#8203;8051](DataDog/dd-trace-java#8051) -
[@&#8203;kr-igor](https://github.com/kr-igor))
- 💡 Instrument self hosted Kafka connectors
([#&#8203;7959](DataDog/dd-trace-java#7959) -
[@&#8203;piochelepiotr](https://github.com/piochelepiotr))

##### Dynamic Instrumentation

- ✨ Add Micronaut 4 support for code origin for spans
([#&#8203;8039](DataDog/dd-trace-java#8039) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Refactor probe matching for methods
([#&#8203;8021](DataDog/dd-trace-java#8021) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Update the CodeOriginProbe fingerprint to not rely on a
stack walk
([#&#8203;8016](DataDog/dd-trace-java#8016) -
[@&#8203;evanchooly](https://github.com/evanchooly))
- ✨ Implement code origin support for grpc server entry spans
([#&#8203;7942](DataDog/dd-trace-java#7942) -
[@&#8203;evanchooly](https://github.com/evanchooly))

##### GraalVM native-image

- 🐛 Update Graal build-time instrumentation config for
TracePropagationStyle
([#&#8203;8065](DataDog/dd-trace-java#8065) -
[@&#8203;MattAlp](https://github.com/MattAlp))
- 🐛 Fix NoClassDefFoundError: Could not initialize class
DDSpanLink$EncoderHolder in Graal native-image
([#&#8203;8036](DataDog/dd-trace-java#8036) -
[@&#8203;mcculls](https://github.com/mcculls))
- 🐛🧹 Fix native-image generation of reactive applications
([#&#8203;8012](DataDog/dd-trace-java#8012) -
[@&#8203;mcculls](https://github.com/mcculls))

##### OpenTracing

- 🧹 Custom ScopeManagers are deprecated and will be removed in a
future release of dd-trace-ot
([#&#8203;8058](DataDog/dd-trace-java#8058) -
[@&#8203;mcculls](https://github.com/mcculls))

##### Tracer core

- ✨🧪 Service naming: split by jee deployment
([#&#8203;8064](DataDog/dd-trace-java#8064) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Exclude jboss mdb proxies from instrumenting
([#&#8203;8061](DataDog/dd-trace-java#8061) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Add a built-in trace interceptor for keeping traces
depending of their latency
([#&#8203;8040](DataDog/dd-trace-java#8040) -
[@&#8203;cecile75](https://github.com/cecile75))
- 💡 Introduce marker mechanism for eagerly initializing helpers
([#&#8203;8028](DataDog/dd-trace-java#8028) -
[@&#8203;mcculls](https://github.com/mcculls))
- 💡 Add JSON component
([#&#8203;7973](DataDog/dd-trace-java#7973) -
[@&#8203;PerfectSlayer](https://github.com/PerfectSlayer))
- ✨⚠️ Remove support for X-Forwarded in client IP
resolution
([#&#8203;7946](DataDog/dd-trace-java#7946) -
[@&#8203;smola](https://github.com/smola))

##### Instrumentations

##### Apache HttpComponents

- ✨ Expand SSRF support in IAST to apache-httpclient-5 and
apache-httpasyncclient-4
([#&#8203;7920](DataDog/dd-trace-java#7920) -
[@&#8203;Mariovido](https://github.com/Mariovido))

##### gRPC instrumentation

- 🐛 Use lower priorities for grpc server errors
([#&#8203;8043](DataDog/dd-trace-java#8043) -
[@&#8203;amarziali](https://github.com/amarziali))

##### JDBC instrumentation

- ✨ Add trace injection for prepared statements in Postgres
([#&#8203;7940](DataDog/dd-trace-java#7940) -
[@&#8203;nenadnoveljic](https://github.com/nenadnoveljic))

##### JMS instrumentation

- 🐛 Protect mdb from instrumenting multiple time the same event
([#&#8203;8062](DataDog/dd-trace-java#8062) -
[@&#8203;amarziali](https://github.com/amarziali))

##### Kafka instrumentation

- 💡 Instrument self hosted Kafka connectors
([#&#8203;7959](DataDog/dd-trace-java#7959) -
[@&#8203;piochelepiotr](https://github.com/piochelepiotr))

##### OpenTelemetry instrumentation

- 🐛 Support using OpenTelemetry Event API inside `@WithSpan`
annotated method
([#&#8203;8019](DataDog/dd-trace-java#8019) -
[@&#8203;mcculls](https://github.com/mcculls))

##### Reactor instrumentation

- 🐛🧹 Fix native-image generation of reactive applications
([#&#8203;8012](DataDog/dd-trace-java#8012) -
[@&#8203;mcculls](https://github.com/mcculls))

##### Spring instrumentation

- 🐛 Avoid double instrumenting lambdas on latest spring scheduling
([#&#8203;8005](DataDog/dd-trace-java#8005) -
[@&#8203;amarziali](https://github.com/amarziali))

##### All other instrumentations

- 🐛 Twilio: allow service name flattening
([#&#8203;8025](DataDog/dd-trace-java#8025) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Instrument Mulesoft 4.5.0+
([#&#8203;7981](DataDog/dd-trace-java#7981) -
[@&#8203;amarziali](https://github.com/amarziali))

</details>

<details>
<summary>aws/aws-sdk-java (com.amazonaws:aws-java-sdk-sqs)</summary>

###
[`v1.12.780`](https://github.com/aws/aws-sdk-java/blob/HEAD/CHANGELOG.md#112780-2024-12-11)

[Compare
Source](aws/aws-sdk-java@1.12.779...1.12.780)

#### **Amazon Simple Storage Service**

-   ### Bugfixes
- AWS SDK for Java 1.x now includes additional validation for Amazon S3
client APIs to handle scenarios where an empty string ('') is passed as
the key argument to the following operations: PutObject, DeleteObject,
ListObjects, GetObjectMetaData, ListObjectsV2, SetObjectTagging,
GetObjectTagging, SetObjectAcl, GetObjectAcl, SetObjectLegalHold,
GetObjectLegalHold, CopyObject, CopyPart, SelectObjectContent,
SetObjectRetention, GetObjectRetention, AbortMultipartUpload,
CompleteMultipartUpload, InitiateMultipartUpload, ListParts, UploadPart,
RestoreObjectV2, and RestoreObject. The SDK will validate the key
argument and throw an exception if it is an empty string, ensuring
correct and expected behavior.

</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**: Whenever PR becomes conflicted, 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: 69831bc62ea4d80cdcd42cef2aa9bd8eda28ae8c
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